[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-25 Thread Stanley Sufficool
On Tue, May 25, 2010 at 6:37 PM, Wez Furlong wrote: > On Mon, May 24, 2010 at 3:07 PM, Pierre Joye wrote: >> On Mon, May 24, 2010 at 8:56 PM, Ilia Alshanetsky wrote: >>> Pierre, >>> As one of the original authors of PDO that is news to me. PDO was designed >>> to allow common functionality to be

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-25 Thread Wez Furlong
On Mon, May 24, 2010 at 3:07 PM, Pierre Joye wrote: > On Mon, May 24, 2010 at 8:56 PM, Ilia Alshanetsky wrote: >> Pierre, >> As one of the original authors of PDO that is news to me. PDO was designed >> to allow common functionality to be provided via a common interface, however >> it was also de

[PHP-DEV] PHP / iODBC / PostGreSQL: running into a deadlock

2010-05-25 Thread prometheus
Hi, I recently decided to setup my mac for some php developments. OS X 10.5 already ships with Apache, PHP and I chose PostGreSQL as DB server. I picked a package link from the official website and I installed it. The DB server is running smoothly. Now, as OS X's php module is not pgsql-enabled,

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-25 Thread Ilia Alshanetsky
Good reason, I'll review the patch in the next day or two. On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin wrote: > > The copy to/from sql statements accept both as main parameter a filename or > stdout/stdin respectively. > > The filename represents a file in the database filesystem (apache/php

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-25 Thread Matteo Beccati
On 24/05/2010 22:39, Denis Gasparin wrote: I attached the patch as a single file. There are currently no tests written for the new methods. I'll provide them if needed to integrate the patch in the pdo_pgsql driver. Yes please. After you do that, I'm going to review the patch as soon as I h

[PHP-DEV] Re: keeping ref var_hash within recursive serialize() calls

2010-05-25 Thread Michael Wallner
So I guess, nobody objects to me committing it then. Regards, Mike On 05/21/2010 10:46 AM, Michael Wallner wrote: Hi, I prepared a patch [1] which enables serialize() to keep track of object/variable references through its var_hash throughout recursive calls to serialize(). See the test incl

Re: [PHP-DEV] Type hinting

2010-05-25 Thread Thomas Nunninger
Hi, another end-user perspective: Am Montag, 24. Mai 2010 14:12:41 schrieb Zeev Suraski: > At 14:48 24/05/2010, s...@geleia.net wrote: > >Adding strict typing would be the largest > > > > > inconsistency in PHP's core syntax, ever. > > > >I disagree. The === operator already checks the type of th