[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/http_fopen_wrapper.c branches/PHP_5_3/ext/standard/http_fopen_wrapper.c trunk/ext/standard/http_fopen_wrapper.c

2009-08-04 Thread Antony Dovgal
tony2001 Tue, 04 Aug 2009 09:24:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286790 Log: fix memleak and possible segfault in HTTP fopen wrapper Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/http_fopen_wrapper.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/http/bug43510.phpt branches/PHP_5_3/ext/standard/tests/http/bug43510.phpt trunk/ext/standard/tests/http/bug43510.phpt

2009-08-04 Thread Antony Dovgal
tony2001 Tue, 04 Aug 2009 09:27:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286791 Log: cosmetic fix Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/http/bug43510.phpt U

[PHP-CVS] svn: /php/php-src/trunk/tests/security/ open_basedir_file.phpt

2009-08-04 Thread Antony Dovgal
tony2001 Tue, 04 Aug 2009 10:22:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286793 Log: fix test Changed paths: U php/php-src/trunk/tests/security/open_basedir_file.phpt Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_ini_scanner.c

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 11:15:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286795 Log: - Retouch without my path in the #line directives Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd.c

2009-08-04 Thread Kalle Sommer Nielsen
kalleTue, 04 Aug 2009 11:19:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286796 Log: Revert and correct previous fix, this does not loose precision and convert back to int Changed paths: U php/php-src/trunk/ext/gd/gd.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_3/NEWS branches/PHP_5_3/ext/readline/config.m4 trunk/ext/readline/config.m4

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 11:20:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286797 Log: - Fixed bug #48608 (Invalid libreadline version not detected during configure) Bug: http://bugs.php.net/48608 (Assigned) Invalid libreadline version not

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/bug48660.phpt branches/PHP_5_3/ext/standard/tests/general_functions/bug48660.phpt trunk/ext/standard/tests/general_fu

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 12:16:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286804 Log: - Add test (yes, it fails still :) Changed paths: A php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/bug48660.phpt A

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ image.c

2009-08-04 Thread Ilia Alshanetsky
iliaaTue, 04 Aug 2009 14:34:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286806 Log: Added missing handling for ICO support Changed paths: U php/php-src/trunk/ext/standard/image.c Modified: php/php-src/trunk/ext/standard/image.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqli/ mysqli_api.c

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 14:49:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286807 Log: - Revert bad fix for bug #49122 and only enable this when mysqlnd is used Bug: http://bugs.php.net/49122 (Assigned) undefined reference to

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_api.c

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 14:51:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286808 Log: Merge from PHP_5_3 Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_api.c Modified: php/php-src/trunk/ext/mysqli/mysqli_api.c

[PHP-CVS] svn: /php/php-src/trunk/ext/date/ php_date.c

2009-08-04 Thread Kalle Sommer Nielsen
kalleTue, 04 Aug 2009 21:11:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286816 Log: Fix compiler warnings in ext/date Changed paths: U php/php-src/trunk/ext/date/php_date.c Modified: php/php-src/trunk/ext/date/php_date.c

[PHP-CVS] svn: /php/phpruntests/trunk/src/testcase/ rtPhpTest.php rtTestResults.php sections/configurationsections/rtDeflatePostSection.php sections/configurationsections/rtGzipPostSection.php section

2009-08-04 Thread Zoe Slattery
zoe Tue, 04 Aug 2009 21:46:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286820 Log: Change to the way POST section files are created Changed paths: U php/phpruntests/trunk/src/testcase/rtPhpTest.php U

[PHP-CVS] svn: /php/phpruntests/trunk/tests/testcase/ rtTestConfigurationTest.php rtTestDifferenceTest.php sections/configurationsections/rtArgsSectionTest.php sections/configurationsections/rtCookieS

2009-08-04 Thread Zoe Slattery
zoe Tue, 04 Aug 2009 21:47:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286821 Log: Change to the way POST section files are created Changed paths: U php/phpruntests/trunk/tests/testcase/rtTestConfigurationTest.php U

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/ext/standard/tests/strings/chunk_split_variation2.phpt PHP_5_3/ext/standard/tests/strings/chunk_split_variation2.phpt

2009-08-04 Thread andy wharmby
wharmby Tue, 04 Aug 2009 23:16:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286822 Log: Fix tests Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/strings/chunk_split_variation2.phpt U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/date/ php_date.c

2009-08-04 Thread Derick Rethans
On Tue, 4 Aug 2009, Kalle Sommer Nielsen wrote: kalleTue, 04 Aug 2009 21:11:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286816 Log: Fix compiler warnings in ext/date Please do keep all branches up to date. regards, Derick