Re: [PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-24 Thread Hannes Magnusson
On Nov 24, 2007 4:27 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > The documentation probably should be fixed. Also, \f and \v have been > documented; your mirror probably isn't up to date. See: > http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.189&r2=1.190&diff_format=u Its not

Fwd: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-24 Thread nick loeve
Woops didn't CC the list -- Forwarded message -- From: nick loeve <[EMAIL PROTECTED]> Date: Nov 23, 2007 4:21 PM Subject: Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response To: Lukas Kahwe Smith <[EMAIL PROTECTED]> On Nov 19, 2007 4:45 PM, Lukas Kahwe Smith <[EMAIL P

Re: [PHP-DEV] Banning old versions

2007-11-24 Thread Derick Rethans
On Fri, 23 Nov 2007, Rasmus Lerdorf wrote: > Marcus Boerger wrote: > > Hello internals, > > > > can we please officially announce the end of support for PHP 4*, 5.0.*, > > 5.1.* as 31st december 2007? Officially as in on the front of php.net. > > We already set the EOL date for PHP 4. August

Re: [PHP-DEV] Banning old versions

2007-11-24 Thread Tomas Kuliavas
> On Fri, 23 Nov 2007, Rasmus Lerdorf wrote: > >> Marcus Boerger wrote: >> > Hello internals, >> > >> > can we please officially announce the end of support for PHP 4*, >> 5.0.*, >> > 5.1.* as 31st december 2007? Officially as in on the front of php.net. >> >> We already set the EOL date for PHP

Re: [PHP-DEV] Banning old versions

2007-11-24 Thread Ilia Alshanetsky
The older versions of PHP 5.0 have long been discontinued and while there was no public announcement to that effect, it was certainly implied. All that is being suggested now (good idea IMHO) is to make this information publicly known. On 24-Nov-07, at 3:02 PM, Tomas Kuliavas wrote: On F

Re: [PHP-DEV] Banning old versions

2007-11-24 Thread Hannes Magnusson
"Unsupported Historical Releases We have collected all the official information and code available for past PHP releases. You can find more details on the current release on our downloads page. Please note that older releases are listed for archaeological purposes only, and they are no longer supp

[PHP-DEV] [patch] PDO_FETCH_KEYS

2007-11-24 Thread Hans-Peter Oeri
Hi! I discovered that PDO::FETCH_KEY_PAIR does not work as documented. Documented is: 'Fetch into an array where the 1st column is a key and all subsequent columns are values' Actually, all but two column result sets throw an error... Then I thought about generalizing the fetch mode. Have 1..n '