Upgrade notes for PHP 5.1 - 3rd draft

php.internals

Steph

20 years ago
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

Wez Furlong

20 years ago
"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 2 databases ..." Also: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, handles write locking, and supports both prepared statements and binary columns natively." I'd write this instead: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, has improved locking concurrency, and supports both prepared statements and binary columns natively." --Wez. On 11/15/05, Steph Fox <steph@zend.com> wrote:

Steph

20 years ago
Thanks Wez, consider it done - and sorry I took up so much of your time today, I know you're busy. ----- Original Message ----- From: "Wez Furlong" <kingwez@gmail.com> To: "Steph Fox" <steph@zend.com> Cc: "internals" <internals@lists.php.net> Sent: Tuesday, November 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 "The sqlite extension also provides the PDO 'sqlite2' driver, and allows you to access legacy SQLite 2 databases ..." Also: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, handles write locking, and supports both prepared statements and binary columns natively." I'd write this instead: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, has improved locking concurrency, and supports both prepared statements and binary columns natively." --Wez. On 11/15/05, Steph Fox <steph@zend.com> 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

Lukas Smith

20 years ago
Steph Fox wrote:
> Anything else missing?
I have listed a few items here. I havent checked which ones you covered in your test: http://oss.backendmedia.com/PhP51 But from a quick glance you may have missed points 4-6 regards, Lukas

Steph

20 years ago
Thanks Lukas, looking. ----- Original Message ----- From: "Lukas Smith" <lsmith@php.net> To: <internals@lists.php.net> Sent: Tuesday, November 15, 2005 8:46 PM Subject: [PHP-DEV] Re: Upgrade notes for PHP 5.1 - 3rd draft

Derick Rethans

20 years ago
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?
I think you can add a link to the manual for the TZ stuff to show which timezones we support: http://www.php.net/manual/en/timezones.php regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Steph

20 years ago
Thanks Derick, consider it done. ----- Original Message ----- From: "Derick Rethans" <derick@php.net> To: "Steph Fox" <steph@zend.com> Cc: "internals" <internals@lists.php.net> Sent: Wednesday, November 16, 2005 7:22 AM Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft
> 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