[PHP-DEV] commit freeze for non build fixes until 5.3.0RC2 release (was: Re: [PHP-DEV] PHP 5.3.0RC2)

2009-05-05 Thread Lukas Kahwe Smith
On 28.04.2009, at 12:51, Lukas Kahwe Smith wrote: Aloha, So seriously .. Thursday next week we will release RC2. This means a commit freeze for all but build fixes and README commits starting Monday evening. Also with RC2 any feature additions, regardless of how small, will no longer be

Re: [PHP-DEV] PHP 5.3.0RC2

2009-05-05 Thread Arnaud Le Blanc
On Mon, May 4, 2009 at 5:29 PM, Lukas Kahwe Smith m...@pooteeweet.org wrote: until then we need to make sure we can get that re2c bug fixed and a new release out. this might require reducing the bus factor on re2c. A good starting point for re2c internals is the following paper:

Re: [PHP-DEV] Borked tests

2009-05-05 Thread Michael Maclean
Kalle Sommer Nielsen wrote: If you have a list and/or diff's of those tests that fails then let me know and I'll fix them. I have a pair of patches at http://mgdm.net/~michael/deprecation-Zend.patch.txt and http://mgdm.net/~michael/deprecation-php.patch.txt which fix the issues for me (on

Re: [PHP-DEV] Borked tests

2009-05-05 Thread Jani Taskinen
Kalle Sommer Nielsen kirjoitti: 2009/5/5 Jani Taskinen jani.taski...@sci.fi: This commit http://news.php.net/php.cvs/57541 broke about every test which triggers thes deprecation messages. Care to elaborate? I've fixed those tests I could see failing for me in the log from run-tests, sure some

[PHP-DEV] CVS Account Request: dmendolia

2009-05-05 Thread Davide Mendolia
contribute to php-benchmark http://cvs.php.net/viewvc.cgi/php-benchmarks/ My first proposal(raytracer) was committed by Paul Biggar -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Stored procedure error propagation from MSSQL to PDO

2009-05-05 Thread Massimiliano Cavicchioli
Hi all, I could not work out a way to make an error occurred on a stored procedure on on MSSQL server (2005) propagate back into PHP using PDO and PDOStatement. My setup is the following: PHP 5.2.9 / PDO_DBLIB running on a CentOS 5.3 machine executing the most simple stored procedure on a MSSQL

[PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-05-05 Thread Kalle Sommer Nielsen
2009/2/6 Kalle Sommer Nielsen ka...@php.net: G'day I'd like to propose a change for when PHP starts to throw an E_DEPRECATED notice for each of the deprecated ini directives (such as register_globals, safe_mode ect.) like in HEAD where they just throw a warning (more about that below). I