[PHP-DEV] Re: PDO wiki

2005-03-17 Thread John Lim
Lukas, Are comments working on the wiki? I posted several, eg to http://oss.backendmedia.com/index.php?area=PDO&page=bindParam Thanks, John PS: I agree with you about your issues, eg. bindParam, DSN, etc. "Lukas Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > with

[PHP-DEV] Re: PDO wiki

2005-03-17 Thread Andreas Korthaus
Hi John! John Lim wrote: Are comments working on the wiki? I posted several, eg to http://oss.backendmedia.com/index.php?area=PDO&page=bindParam If comments don't work, perhaps you could edit the page and add your comment to the text? PS: I agree with you about your issues, eg. bindParam, DSN, e

[PHP-DEV] reference issue

2005-03-17 Thread Lukas Smith
Hi, I have encountered yet another reference issue. I tested this on PHP 4.3.10 and 4.3.11RC1 on both windows and linux. Here is a script that reproduces the issue: http://www.backendmedia.com/PHP/reference_bug.phps In the comments at the top you can also see my "hack" which fixes the problem fo

Re: [PHP-DEV] reference issue

2005-03-17 Thread Moriyoshi Koizumi
That's expected behaviour. Have a look at http://bugs.php.net/20993 . The problem can also be prevented by the following hack: // modifying and assining branch causes unexpexted results to $this->tree $metatree[$object_id] = (array)unserialize(serialize($branch)); Regards, Moriyoshi On 2005/03/17

Re: [PHP-DEV] reference issue

2005-03-17 Thread Derick Rethans
On Thu, 17 Mar 2005, Moriyoshi Koizumi wrote: That's expected behaviour. Have a look at http://bugs.php.net/20993 . Sorry, but this is not expected - it's a bug. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing Li

Re: [PHP-DEV] Major upgrade to ext/pgsql

2005-03-17 Thread Zeev Suraski
At 07:21 16/03/2005, Christopher Kings-Lynne wrote: Hi, Attached is a patch that brings PostgreSQL support in PHP out of the stone age! The patch looks great. Do you have a CVS account? If not, apply for one and I'll set you up with access to ext/pgsql so that you can commit and maintain that

Re: [PHP-DEV] reference issue

2005-03-17 Thread Lukas Smith
Derick Rethans wrote: On Thu, 17 Mar 2005, Moriyoshi Koizumi wrote: That's expected behaviour. Have a look at http://bugs.php.net/20993 . Sorry, but this is not expected - it's a bug. I would also like to disagree. I think this is a huge inconsistency that should be addressed even if that costs p

Re: [PHP-DEV] reference issue

2005-03-17 Thread Moriyoshi Koizumi
On 2005/03/17, at 21:52, Lukas Smith wrote: Derick Rethans wrote: On Thu, 17 Mar 2005, Moriyoshi Koizumi wrote: That's expected behaviour. Have a look at http://bugs.php.net/20993 . Sorry, but this is not expected - it's a bug. I would also like to disagree. I think this is a huge inconsistency th

[PHP-DEV] How to submit a new SAPI extension?

2005-03-17 Thread George Wang
Hi, How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send a patch to this list? Thanks, George Wang -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] How to submit a new SAPI extension?

2005-03-17 Thread Derick Rethans
On Thu, 17 Mar 2005, George Wang wrote: Hi, How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send a patch to this list? Yes, that's the best place for it. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runt

RE: [PHP-DEV] How to submit a new SAPI extension?

2005-03-17 Thread Mike Robinson
Is there going to be any licensing issues that need to be dealt with as far as you can see? Best, Mike Robinson George Wang writes: > > How can I submit a new PHP SAPI extension for our LiteSpeed > Web Server? > Send a patch to this list? > > Thanks, > George Wang > > -- > PHP Internals

Re: [PHP-DEV] Major upgrade to ext/pgsql

2005-03-17 Thread Christopher Kings-Lynne
The patch looks great. Do you have a CVS account? If not, apply for one and I'll set you up with access to ext/pgsql so that you can commit and maintain that patch. Application sent. As you noticed, right now it's a problem. Lately I've been thinking about preparing infrastructure that will a