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

2009-04-28 Thread changelog
changelog Wed Apr 29 01:32:46 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3387r2=1.3388diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3387

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

2009-04-28 Thread Dmitry Stogov
dmitry Tue Apr 28 07:13:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/main main.c Log: Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)

[PHP-CVS] cvs: php-src /main main.c

2009-04-28 Thread Dmitry Stogov
dmitry Tue Apr 28 07:13:44 2009 UTC Modified files: /php-src/main main.c Log: Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.795r2=1.796diff_format=u Index:

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

2009-04-28 Thread Dmitry Stogov
Hi, This patch should be removed when re2c EOF handling issue will be resolved. Thanks. Dmitry. Dmitry Stogov wrote: dmitry Tue Apr 28 07:13:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /php-src/main main.c Log: Fixed bug #48034 (PHP

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

2009-04-28 Thread Jani Taskinen
In that bug report the user said PHP 5.2.9 is also affected. So can you please MFH there too? :) --Jani Dmitry Stogov kirjoitti: dmitry Tue Apr 28 07:13:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /php-src/main main.c Log: Fixed bug

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c php_imap.h

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:22:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c php_imap.h Log: - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:29:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: - space to tabs - CS http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.42r2=1.208.2.7.2.26.2.43diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:30:10 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: - space to tabs - CS http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.283r2=1.284diff_format=u Index: php-src/ext/imap/php_imap.c diff -u

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

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:33:25 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: - space to tabs - CS http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.48r2=1.208.2.7.2.49diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strcoll.phpt

2009-04-28 Thread Antony Dovgal
tony2001Tue Apr 28 09:05:25 2009 UTC Modified files: /php-src/ext/standard/tests/strings strcoll.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcoll.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings strcoll.phpt

2009-04-28 Thread Antony Dovgal
tony2001Tue Apr 28 09:04:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strcoll.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcoll.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/classes inheritance_007.phpt

2009-04-28 Thread Antony Dovgal
tony2001Tue Apr 28 10:30:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/classes inheritance_007.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/tests/classes/inheritance_007.phpt?r1=1.1.4.2r2=1.1.4.3diff_format=u Index:

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

2009-04-28 Thread Antony Dovgal
tony2001Tue Apr 28 09:04:17 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings strcoll.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcoll.phpt?r1=1.2.2.2r2=1.2.2.3diff_format=u

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

2009-04-28 Thread Antony Dovgal
tony2001Tue Apr 28 09:02:37 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/classes inheritance_007.phpt Log: nuke unicode crap, fix test

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

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 12:43:10 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: - MFH: SEARCHPGM struct has to be freed http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.49r2=1.208.2.7.2.50diff_format=u Index:

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

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 13:01:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - mail_criteria entry and revert previous wrong one http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1477r2=1.2027.2.547.2.1478diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests fatal_error_webphar.phpt /ext/phar/tests/files pear2coverage.phar.php

2009-04-28 Thread Greg Beaver
cellog Tue Apr 28 19:28:52 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests fatal_error_webphar.phpt /php-src/ext/phar/tests/files pear2coverage.phar.php Log: new test - test passes here, but the pear2coverage.phar.php segfaults in

[PHP-CVS] cvs: phpruntests /src/testcase rtTestConfiguration.php

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:23:15 2009 UTC Modified files: /phpruntests/src/testcase rtTestConfiguration.php Log: change names http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtTestConfiguration.php?r1=1.7r2=1.8diff_format=u Index:

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

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:23:43 2009 UTC Modified files: /phpruntests/src/testcase/sections/executablesections rtFileSection.php Log: add line to get a post / stdin file

[PHP-CVS] cvs: phpruntests /src/testcase rtTestConfiguration.php

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:57:35 2009 UTC Modified files: /phpruntests/src/testcase rtTestConfiguration.php Log: POST implemented http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtTestConfiguration.php?r1=1.8r2=1.9diff_format=u Index:

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

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:58:00 2009 UTC Modified files: /phpruntests/src/testcase/sections rtSection.php Log: POST implemented http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtSection.php?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtPostSection.php

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:58:15 2009 UTC Modified files: /phpruntests/src/testcase/sections/configurationsections rtPostSection.php Log: POST implemented

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

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:58:29 2009 UTC Added files: /phpruntests/tests/testcase rtPostExecutionTest.php Log: POST implemented http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/rtPostExecutionTest.php?view=markuprev=1.1 Index:

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

2009-04-28 Thread Zoe Slattery
zoe Tue Apr 28 20:58:39 2009 UTC Modified files: /phpruntests/src/testcase/sections/executablesections rtFileSection.php Log: POST implemented

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter filter.c /main SAPI.c SAPI.h php_content_types.c

2009-04-28 Thread Stanislav Malyshev
stasTue Apr 28 21:30:23 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter filter.c /php-src/main SAPI.c SAPI.h php_content_types.c Log: fix for #47930

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/network ip2long_variation1.phpt

2009-04-28 Thread Ilia Alshanetsky
iliaa Tue Apr 28 22:31:26 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/network ip2long_variation1.phpt /php-srcNEWS Log: MFB: Fixed bug #47365 (ip2long() may allow some

[PHP-CVS] cvs: php-src /ext/filter filter.c /main SAPI.c SAPI.h php_content_types.c

2009-04-28 Thread Stanislav Malyshev
stasTue Apr 28 22:59:07 2009 UTC Modified files: /php-src/ext/filter filter.c /php-src/main SAPI.c SAPI.h php_content_types.c Log: MF5 fix for #47930 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.103r2=1.104diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/classes inheritance_007.phpt

2009-04-28 Thread Felipe Pena
felipe Tue Apr 28 23:46:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/classes inheritance_007.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/tests/classes/inheritance_007.phpt?r1=1.1.4.3r2=1.1.4.4diff_format=u Index:

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

2009-04-28 Thread Felipe Pena
felipe Tue Apr 28 23:46:39 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/classes inheritance_007.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/tests/classes/inheritance_007.phpt?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /tests/classes inheritance_007.phpt

2009-04-28 Thread Felipe Pena
felipe Tue Apr 28 23:48:33 2009 UTC Modified files: /php-src/tests/classes inheritance_007.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/tests/classes/inheritance_007.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-28 Thread Greg Beaver
cellog Wed Apr 29 03:24:09 2009 UTC Modified files: /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c Log: MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-28 Thread Greg Beaver
cellog Wed Apr 29 03:24:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c Log: MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()