[PHP-DEV] RE: [PDO] Re: [PHP-DEV] PDO DBLIB Release Candidate?

2010-07-02 Thread Sufficool, Stanley
-Original Message- From: kalle@gmail.com [mailto:kalle@gmail.com] On Behalf Of Kalle Sommer Nielsen Sent: Friday, July 02, 2010 7:17 AM To: Stanley Sufficool Cc: PHP internals list; pdo Subject: [PDO] Re: [PHP-DEV] PDO DBLIB Release Candidate? Hi Stanley 2010/7/2 Stanley

RE: [PHP-DEV] Safemode Missing?

2010-06-21 Thread Sufficool, Stanley
OK, order of operations problem. Remove references, then remove file or no one can build. ;-) When will this be complete? -Original Message- From: tyr...@gmail.com [mailto:tyr...@gmail.com] On Behalf Of Ferenc Kovacs Sent: Monday, June 21, 2010 12:12 PM To: Sufficool, Stanley Cc

RE: [PHP-DEV] Safemode Missing?

2010-06-21 Thread Sufficool, Stanley
-Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Monday, June 21, 2010 12:18 PM To: Sufficool, Stanley Cc: Ferenc Kovacs; internals@lists.php.net Subject: Re: [PHP-DEV] Safemode Missing? On Mon, Jun 21, 2010 at 9:16 PM, Sufficool, Stanley ssuffic

RE: [PHP-DEV] Remove mssql from trunk (was) Remove sqlite2 from trunk

2010-06-16 Thread Sufficool, Stanley
-Original Message- From: Will Bond [mailto:w...@flourishlib.com] Sent: Wednesday, June 16, 2010 6:15 AM To: Kalle Sommer Nielsen; internals@lists.php.net Subject: Re: [PHP-DEV] Remove sqlite2 from trunk On Tue, Jun 15, 2010 at 6:49 PM, Kalle Sommer Nielsen ka...@php.net wrote: FreeTDS

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

2010-06-03 Thread Sufficool, Stanley
Am I missing something or can't you just add another set of function pointers to the PDO driver and statements like: driver_methods = { ... pg_copy_from, /* OR NULL IF NOT SUPPORTED */ pg_copy_to }; statement_methods = { ... pg_copy_to }; Then if the driver does not

RE: [PHP-DEV] Obscure token name

2010-04-27 Thread Sufficool, Stanley
-Original Message- From: Davey Shafik [mailto:da...@php.net] Sent: Tuesday, April 27, 2010 6:03 AM To: mathieu.suen Cc: Hannes Magnusson; PHP internals Subject: Re: [PHP-DEV] Obscure token name From the manual: T_PAAMAYIM_NEKUDOTAYIM :: ::. Also defined as T_DOUBLE_COLON.

RE: [PHP-DEV] [PATCH] Raise warning first on Maximum execution time exceeded

2010-03-22 Thread Sufficool, Stanley
-Original Message- From: Jille Timmermans [mailto:ji...@quis.cx] Sent: Monday, March 22, 2010 8:44 AM To: Johannes Schlüter Cc: troels knak-nielsen; PHP Developers Mailing List Subject: Re: [PHP-DEV] [PATCH] Raise warning first on Maximum execution time exceeded Op 22-3-2010

RE: [PHP-DEV] [PATCH] Raise warning first on Maximum execution time exceeded

2010-03-22 Thread Sufficool, Stanley
-Original Message- From: Jille Timmermans [mailto:ji...@quis.cx] Sent: Monday, March 22, 2010 9:30 AM To: Sufficool, Stanley Cc: 'PHP Developers Mailing List' Subject: Re: [PHP-DEV] [PATCH] Raise warning first on Maximum execution time exceeded Op 22-3-2010 17:14, Sufficool