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

2007-05-06 Thread changelog
changelog Mon May 7 01:31:11 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2680r2=1.2681diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2680

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2007-05-06 Thread Johannes Schl
johannesSun May 6 12:57:28 2007 UTC Modified files: /php-src/sapi/cli php_cli.c Log: - Fix build without reflection # reflection_what is used fby --ri, too http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.178r2=1.179diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php_cli.c

2007-05-06 Thread Johannes Schl
johannesSun May 6 12:57:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c Log: - MFH: Fix build without reflection http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.19r2=1.129.2.13.2.20diff_format=u

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions ini_get_all.phpt

2007-05-06 Thread Hannes Magnusson
bjori Sun May 6 13:11:11 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions ini_get_all.phpt Log: Fix test # pcre is required for the test suite so no need to check for it # reflection can however be disabled

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions ini_get_all.phpt

2007-05-06 Thread Hannes Magnusson
bjori Sun May 6 13:11:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions ini_get_all.phpt Log: Fix test

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main php_ini.c

2007-05-06 Thread Hannes Magnusson
bjori Sun May 6 14:01:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_ini.c /php-srcNEWS Log: MFH: Fixed PHP CLI to use the php.ini from the binary location

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-05-06 Thread Ilia Alshanetsky
iliaa Sun May 6 15:37:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Clarify bug fix details http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.683r2=1.2027.2.547.2.684diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/basic 024.phpt

2007-05-06 Thread Ilia Alshanetsky
iliaa Sun May 6 16:26:11 2007 UTC Added files: (Branch: PHP_5_2) /php-src/tests/basic024.phpt Log: Added $HTTP_RAW_POST_DATA test http://cvs.php.net/viewvc.cgi/php-src/tests/basic/024.phpt?view=markuprev=1.1 Index: php-src/tests/basic/024.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/basic 025.phpt

2007-05-06 Thread Ilia Alshanetsky
iliaa Sun May 6 16:30:09 2007 UTC Added files: (Branch: PHP_5_2) /php-src/tests/basic025.phpt Log: Added HTTP_RAW_POST_DATA test for instances where post length exceeds post_max_size.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main php_content_types.c

2007-05-06 Thread Ilia Alshanetsky
iliaa Sun May 6 16:34:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main php_content_types.c Log: Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is no default post handler).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap soap.c

2007-05-06 Thread Ilia Alshanetsky
iliaa Sun May 6 17:21:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/soap soap.c Log: Allow SOAP extension's handler() to work even when always_populate_raw_post_data is off. # Tests will be