[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/spl/spl_directory.c trunk/ext/spl/spl_directory.c

2011-09-09 Thread Pierre Joye
pajoye Fri, 09 Sep 2011 07:56:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316443 Log: - improve r316420, function must return a value Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/spl/spl_directory.c trunk/ext/spl/spl_directory.c

2011-09-09 Thread Pierre Joye
pajoye Fri, 09 Sep 2011 07:57:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316444 Log: - nuke unused var Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c U php/php-src/trunk/ext/spl/spl_directory.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tokenizer/tests/bug26463.phpt branches/PHP_5_3/ext/tokenizer/tests/token_get_all_variation11.phpt branches/PHP_5_3/ext/tokenizer/tests/token_get_all_v

2011-09-09 Thread Pierre Joye
pajoye Fri, 09 Sep 2011 08:11:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316447 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/tokenizer/tests/bug26463.phpt _U

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/curl/tests/bug48203_multi.phpt PHP_5_3/ext/curl/tests/curl_basic_008.phpt PHP_5_3/ext/curl/tests/curl_basic_010.phpt PHP_5_3/ext/curl/tests/curl_file_

2011-09-09 Thread Hannes Magnusson
bjoriFri, 09 Sep 2011 08:14:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316448 Log: Merge tests from trunk Changed paths: A php/php-src/branches/PHP_5_3/ext/curl/tests/bug48203_multi.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/tests/bug48203.phpt branches/PHP_5_3/ext/curl/tests/bug54798.phpt branches/PHP_5_

2011-09-09 Thread Hannes Magnusson
On Thu, Sep 8, 2011 at 21:53, Alexey Shein con...@gmail.com wrote: Hello, Hannes! It seems your fix is wrong, bug54798 still fails on my machine on trunk, 5.4 and 5.3 branches (ubuntu x64). IMO you should move your patch one line upper, i.e. before call to _php_curl_cleanup_handle(ch); since

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/curl/tests/bug54798.phpt branches/PHP_5_4/ext/curl/tests/bug54798.phpt trunk/ext/curl/tests/bug54798.phpt

2011-09-09 Thread Hannes Magnusson
bjoriFri, 09 Sep 2011 08:28:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316449 Log: Being smart and cleanup/rename/modify tests seconds before committing isn't very smart. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug55653.phpt branches/PHP_5_4/ext/mysqli/tests/bug55653.phpt trunk/ext/mysqli/tests/bug55653.phpt

2011-09-09 Thread Ulf Wendel
uw Fri, 09 Sep 2011 12:12:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316455 Log: Bug #55653 Bug: https://bugs.php.net/55653 (Open) PS crash with libmysql when binding same variable as param and out Changed paths: A

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

2011-09-09 Thread Xinchen Hui
laruence Sat, 10 Sep 2011 03:51:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316474 Log: Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out) Actually this caused by attempt to efree a INTERNED string Bug:

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

2011-09-09 Thread Christopher Jones
Laruence, Is this covered by an existing test? If not, can you add one? Chris On 09/09/2011 08:51 PM, Xinchen Hui wrote: laruence Sat, 10 Sep 2011 03:51:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316474 Log: Fixed Bug #55653(PS crash

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

2011-09-09 Thread Laruence
Hi: uw has already added tests for this http://svn.php.net/viewvc/?view=revisionamp;revision=316455 thanks -- Laruence  Xinchen Hui http://www.laruence.com/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tests/rfc1867_invalid

2011-09-09 Thread Stanislav Malyshev
stas Sat, 10 Sep 2011 05:29:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316475 Log: revert bad test change Changed paths: U php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/phar/tests/fatal_error_webphar.phpt trunk/ext/phar/tests/fatal_error_webphar.phpt

2011-09-09 Thread Stanislav Malyshev
stas Sat, 10 Sep 2011 05:36:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316476 Log: Fix error message Changed paths: U php/php-src/branches/PHP_5_4/ext/phar/tests/fatal_error_webphar.phpt U