[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring/tests mb_substitute_character_variation1.phpt

2009-06-09 Thread andy wharmby
wharmby Tue Jun 9 20:18:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/tests mb_substitute_character_variation1.phpt Log: Fix test - remove bogus variation http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substitute_character_var

[PHP-CVS] cvs: phpruntests /tests/testcase rtFileExternalExecutionTest.php

2009-06-09 Thread Zoe Slattery
zoe Tue Jun 9 20:37:20 2009 UTC Modified files: /phpruntests/tests/testcase rtFileExternalExecutionTest.php Log: copy and paste mistake http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/rtFileExternalExecutionTest.php?r1=1.1&r2=1.2&diff_format=u Inde

[PHP-CVS] cvs: phpruntests /src/testcase/sections/executablesections rtFileExternalSection.php

2009-06-09 Thread Zoe Slattery
zoe Tue Jun 9 20:28:48 2009 UTC Modified files: /phpruntests/src/testcase/sections/executablesections rtFileExternalSection.php Log: fixed a typo http://cvs.php.net/viewvc.cgi/phpruntes

[PHP-CVS] cvs: phpruntests /tests/testcase rtFileExternalExecutionTest.php

2009-06-09 Thread Zoe Slattery
zoe Tue Jun 9 20:28:28 2009 UTC Added files: /phpruntests/tests/testcase rtFileExternalExecutionTest.php Log: new file external test - tests execution http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/rtFileExternalExecutionTest.php?view=markup&r

[PHP-CVS] cvs: phpruntests /tests/testcase/sections/executablesections rtFileExternalSectionTest.php

2009-06-09 Thread Zoe Slattery
zoe Tue Jun 9 20:27:57 2009 UTC Modified files: /phpruntests/tests/testcase/sections/executablesections rtFileExternalSectionTest.php Log: modified file external test http://cvs.php.net/v

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/tests mb_substitute_character_variation1.phpt

2009-06-09 Thread andy wharmby
wharmby Tue Jun 9 20:18:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/tests mb_substitute_character_variation1.phpt Log: Fix test - remove bogus variation http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substitute_character_var

[PHP-CVS] cvs: php-src /ext/mbstring/tests mb_substitute_character_variation1.phpt

2009-06-09 Thread andy wharmby
wharmby Tue Jun 9 20:18:29 2009 UTC Modified files: /php-src/ext/mbstring/tests mb_substitute_character_variation1.phpt Log: Fix test - remove bogus variation http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substitute_character_variation1.phpt?r1=1

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

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 16:38:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - missing ACL entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.619&r2=1.2027.2.547.2.965.2.620&diff_format=u Index: php-src/NEWS diff -u php-src/N

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

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 14:10:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - #41874 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.618&r2=1.2027.2.547.2.965.2.619&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.

[PHP-CVS] cvs: php-src /ext/standard proc_open.c /ext/standard/tests/file bug41874.phpt bug41874_1.phpt bug41874_2.phpt bug41874_3.phpt

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 14:07:06 2009 UTC Modified files: /php-src/ext/standard proc_open.c /php-src/ext/standard/tests/filebug41874.phpt bug41874_1.phpt bug41874_2.phpt bug41874_3.phpt Log: - MFB: #41874, separate

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

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 14:04:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - fix NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1549&r2=1.2027.2.547.2.1550&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
dsp Tue Jun 9 13:32:12 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan. http://cvs.php.net/viewvc.cgi/php-src/s

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
dsp Tue Jun 9 13:31:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan. http://cvs.php.ne

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
dsp Tue Jun 9 13:29:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c /php-srcNEWS Log: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan.

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

2009-06-09 Thread Ilia Alshanetsky
iliaa Tue Jun 9 12:16:31 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: TZ update news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1547&r2=1.2027.2.547.2.1548&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2

[PHP-CVS] cvs: php-src /sapi/apache mod_php.c

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 10:23:10 2009 UTC Modified files: /php-src/sapi/apachemod_php.c Log: - fix build (test before commit maybe?) http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php.c?r1=1.15&r2=1.16&diff_format=u Index: php-src/sapi/apache/mod_php.c

[PHP-CVS] cvs: php-src /ext/mysqlnd php_mysqlnd.c

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 10:03:42 2009 UTC Modified files: /php-src/ext/mysqlndphp_mysqlnd.c Log: - fix TS build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/php_mysqlnd.c?r1=1.15&r2=1.16&diff_format=u Index: php-src/ext/mysqlnd/php_mysqlnd.c diff -u php-

[PHP-CVS] cvs: php-src /ext/mysqlnd php_mysqlnd.c

2009-06-09 Thread Pierre-Alain Joye
pajoye Tue Jun 9 09:51:56 2009 UTC Modified files: /php-src/ext/mysqlndphp_mysqlnd.c Log: - ws http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/php_mysqlnd.c?r1=1.14&r2=1.15&diff_format=u Index: php-src/ext/mysqlnd/php_mysqlnd.c diff -u php-src/ext/my

[PHP-CVS] commit freeze for 5.3 branch ahead of thursdays RC3 release

2009-06-09 Thread Lukas Kahwe Smith
Ahoi, Just a heads up, as announced last week, we are in a commit freeze effective since this morning on the 5.3 branch. If all goes according to plan we will release RC3 this Thursday hoping for this release to become the golden stable release. We will announce the end of the commit free