Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft

2005-11-16 Thread Steph Fox
Thanks Derick, consider it done. - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Steph Fox" <[EMAIL PROTECTED]> Cc: "internals" Sent: Wednesday, November 16, 2005 7:22 AM Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3r

Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft

2005-11-15 Thread Derick Rethans
On Tue, 15 Nov 2005, Steph Fox wrote: > Hopefully I have the PDO stuff outlined a little better now. > > I know Dmitry and Derick have both committed changes today that should go in > here, and await the outcome of the zend_parse_parameters() discussion with > interest. > > Anything else missing

Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft

2005-11-15 Thread Steph Fox
15, 2005 7:25 PM Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft "The 'sqlite2' PDO driver supplied to PDO via the sqlite extension, allows you to access legacy SQLite 2 databases created by external processes or with earlier versions of PHP." I'd reword this as

Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft

2005-11-15 Thread Wez Furlong
"The 'sqlite2' PDO driver supplied to PDO via the sqlite extension, allows you to access legacy SQLite 2 databases created by external processes or with earlier versions of PHP." I'd reword this as "The sqlite extension also provides the PDO 'sqlite2' driver, and allows you to access legacy SQLite

[PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft

2005-11-15 Thread Steph Fox
Hopefully I have the PDO stuff outlined a little better now. I know Dmitry and Derick have both committed changes today that should go in here, and await the outcome of the zend_parse_parameters() discussion with interest. Anything else missing? - Steph UPGRADE NOTES - PHP 5.1 1. Changes in ref