Re: [PHP-DEV] [PATCH- 3rd Repost] Apache Output Filter Control

2004-05-23 Thread Andi Gutmans
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

[PHP-DEV] CVS Account Request: teecee

2004-05-23 Thread TeeCee
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

Re: [PHP-DEV] Analysis and Patch for Bug#28491

2004-05-23 Thread Andi Gutmans
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

Re: [PHP-DEV] RE: pdo design

2004-05-23 Thread Andi Gutmans
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

Re: [PHP-DEV] RE: pdo design

2004-05-23 Thread Lukas Smith
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 .

Re: [PHP-DEV] RE: pdo design

2004-05-23 Thread Alan Knowles
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

RE: [PHP-DEV] RE: pdo design

2004-05-23 Thread Wez Furlong
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

Re: [PHP-DEV] [PATCH] primitive load order deps for unix build system

2004-05-23 Thread Magnus Määttä
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

Re: [PHP-DEV] Re: pdo design

2004-05-23 Thread Ard Biesheuvel
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

Re: [PHP-DEV] Re: pdo design

2004-05-23 Thread George Schlossnagle
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

Re: [PHP-DEV] Analysis and Patch for Bug#28491

2004-05-23 Thread Sara Golemon
> 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 >

Re: [PHP-DEV] Re: pdo design

2004-05-23 Thread Ard Biesheuvel
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

Re: [PHP-DEV] Re: pdo design

2004-05-23 Thread George Schlossnagle
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

[PHP-DEV] Destructors

2004-05-23 Thread Jason Garber
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

Re: [PHP-DEV] buildbot

2004-05-23 Thread Hartmut Holzgraefe
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