[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2009-05-24 Thread changelog
changelog Mon May 25 01:32:42 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3413r2=1.3414diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3413

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-24 Thread Etienne Kneuss
Hello, this patch introduced a bug in 5_3/HEAD, the timeout is no longer checked in the shutdown function: set_time_limit(1); register_shutdown_function(plop); function plop() { while(1); } plop(); doesn't terminate http://patches.colder.ch/php-src/shutdown_timeout-5_3.patch?markup fixes

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard file.c /ext/standard/tests/file fgetcsv_variation14.phpt fgetcsv_variation21.phpt

2009-05-24 Thread Ilia Alshanetsky
iliaa Sun May 24 16:01:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c /php-src/ext/standard/tests/filefgetcsv_variation14.phpt fgetcsv_variation21.phpt Log: MFB: Improve fix

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard file.c http_fopen_wrapper.c /ext/standard/tests/file fgetcsv_variation14.phpt fgetcsv_variation21.phpt

2009-05-24 Thread Ilia Alshanetsky
iliaa Sun May 24 16:02:22 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c http_fopen_wrapper.c /php-src/ext/standard/tests/filefgetcsv_variation14.phpt fgetcsv_variation21.phpt Log:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard file.c http_fopen_wrapper.c /ext/standard/tests/file fgetcsv_variation14.phpt fgetcsv_variation21.phpt

2009-05-24 Thread Jani Taskinen
And the HEAD..? --Jani Ilia Alshanetsky kirjoitti: iliaa Sun May 24 16:02:22 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c http_fopen_wrapper.c /php-src/ext/standard/tests/file fgetcsv_variation14.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard file.c http_fopen_wrapper.c /ext/standard/tests/file fgetcsv_variation14.phpt fgetcsv_variation21.phpt

2009-05-24 Thread Ilia Alshanetsky
Should have that soon, code is completely different there Ilia Alshanetsky CIO/CSO Centah Inc. On 24-May-09, at 12:07, Jani Taskinen jani.taski...@sci.fi wrote: And the HEAD..? --Jani Ilia Alshanetsky kirjoitti: iliaaSun May 24 16:02:22 2009 UTC Modified files:

Re: [PHP-CVS] cvs: php-src /ext/pdo_firebird config.m4

2009-05-24 Thread Nuno Lopes
This changes the default directory of the lib, so I don't think it's suitable for a bugfix-only branch. Anyway, noone complained about this problem (except myself), although it has been around forever. Nuno - Original Message - And PHP_5_2 ..? Nuno Lopes kirjoitti: nlopess Sat May

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom/tests DOMCharacterData_appendData_error_001.phpt DOMCharacterData_deleteData_basic_001.phpt DOMCharacterData_deleteData_error_001.phpt DOMCharacterData_deleteD

2009-05-24 Thread Eric Stewart
ericstewart Mon May 25 05:58:46 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests DOMCharacterData_appendData_error_001.phpt DOMCharacterData_deleteData_basic_001.phpt