I suggest you resubmit it once we release 5.0. As you saw there are many
patches which are accumulating for post 5.0.
If we release in the beginning of July (a bit over a month) then we can
branch 5.1 right away.
Andi
At 12:12 PM 5/21/2004 -0700, Paul Querna wrote:
This is the 3rd Time I have po
Hi!
Goba (Gabor Hojtsy) told me to write here. I'm on the Hungarian PHP mailinglist for
almost 2 years and I want to help You to translate the manual or anything from English
to Hungarian.
BYE: TeeCee, alias Tamas Szugyi :o)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscr
Hi Sara,
I am aware that if users really want to create a reference to the locally
defined "$this" variable they can hack around it. As you noted they won't
be able to change the real object though, i.e. EG(This) but only the local
$this symbol table entry. As far as I'm concerned, the behavior
Wouldn't that be kind of slow because we'd need to check the query for
these special cases?
Andi
At 09:12 AM 5/23/2004 +0800, Alan Knowles wrote:
Just a thought - feel free to ignore...
In dataobjects rather than implement extra methods for transactions, I
just hooked into query
..
eg. $do->quer
Andi Gutmans wrote:
Wouldn't that be kind of slow because we'd need to check the query for
these special cases?
At 09:12 AM 5/23/2004 +0800, Alan Knowles wrote:
Just a thought - feel free to ignore...
In dataobjects rather than implement extra methods for transactions, I
just hooked into query
.
Andi Gutmans wrote:
Wouldn't that be kind of slow because we'd need to check the query for
these special cases?
hehe :) - in comparison to getting the data out of the database?
Regards
alan
Andi
At 09:12 AM 5/23/2004 +0800, Alan Knowles wrote:
Just a thought - feel free to ignore...
In dataobjects
But you're not getting any data out there ;)
It has to be an API due to the requirements of database API's such as Oracle
and ODBC.
--Wez.
> -Original Message-
> From: Alan Knowles [mailto:[EMAIL PROTECTED]
> Sent: 23 May 2004 14:35
> To: Andi Gutmans
> Cc: Wez Furlong; 'Ard Biesheuvel
On Friday 21 May 2004 13.13, Magnus Määttä wrote:
> On Friday 21 May 2004 12.41, Andi Gutmans wrote:
> > If people can step up and test it on a few of the non-GNU systems I
> > mentioned (and possibly others) then I wouldn't object to commiting it.
> > Any volunteers?
>
> Tru64 UNIX 5.1/A/B, HP-UX
Wez Furlong wrote:
PDO doen't separate the concept of a session or environment from a connection
to a database. This is perhaps where you are finding the fault. The thing is
that not all databases work in this way, so we've gone for the more portable
approach again.
I see that, but my point is th
On May 23, 2004, at 1:39 PM, Ard Biesheuvel wrote:
Wez Furlong wrote:
PDO doen't separate the concept of a session or environment from a
connection
to a database. This is perhaps where you are finding the fault. The
thing is
that not all databases work in this way, so we've gone for the more
p
> I am aware that if users really want to create a reference to the locally
> defined "$this" variable they can hack around it. As you noted they won't
> be able to change the real object though, i.e. EG(This) but only the local
> $this symbol table entry. As far as I'm concerned, the behavior is
>
George Schlossnagle wrote:
I don't get this question, can someone reiterate the full context of it
for me?
For instance, if you prepare the statement
"SELECT * FROM WHERE id=?"
Firebird can figure out the type of the 'id' param, meaning you don't
have to bind it to a certain type, whereas the em
On May 23, 2004, at 2:55 PM, Ard Biesheuvel wrote:
George Schlossnagle wrote:
I don't get this question, can someone reiterate the full context of
it for me?
For instance, if you prepare the statement
"SELECT * FROM WHERE id=?"
Firebird can figure out the type of the 'id' param, meaning you don't
Hello,
This is a question relating to the new PHP5 Object Destructor
functionality. Consider the following:
class DB
{
function Query() { ... }
}
class Session
{
function SetVar() {
//sets a variable to be saved in the session
}
function __destruct() {
//Save session var
Sebastian Bergmann wrote:
I just read about buildbot [1] on the Mono mailinglist. Would this (or
a similar solution) not be helpfull?
--
[1] http://buildbot.sourceforge.net/
a) easy to set up? esp. if compared to mozilla tinderbox? ;)
(http://www.mozilla.org/tinderbox.html)
b) who is
15 matches
Mail list logo