[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 09:17:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316405 Log: - fix build when no zend signal support Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_execute_API.c U

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

2011-09-08 Thread Hannes Magnusson
bjoriThu, 08 Sep 2011 09:27:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316406 Log: Fix the path to the .pem Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/tests/bug54992.phpt U

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

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:00:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316407 Log: - skip if no hash Changed paths: U php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug43143.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/zlib/tests/data.inc trunk/ext/zlib/tests/data.inc

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:14:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316408 Log: - force LF Changed paths: UU php/php-src/branches/PHP_5_4/ext/zlib/tests/data.inc _U php/php-src/trunk/ext/zlib/tests/data.inc Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/zlib/tests/ data.inc

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:15:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316409 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_3/ext/zlib/tests/data.inc Property changes on:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zlib/tests/gzfile_basic.phpt branches/PHP_5_3/ext/zlib/tests/gzfile_basic2.phpt branches/PHP_5_3/ext/zlib/tests/gzfilegzreadfile.phpt branches/PHP_5_3

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 10:20:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316410 Log: - force LF and fix... and blame me for not reading the code correctly, zlib tests pass now, linux/bsd/win 100% Changed paths: _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/file/005_variation2-win32.phpt trunk/ext/standard/tests/file/005_variation2-win32.phpt

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 11:24:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316412 Log: - fix test Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/tests/file/005_variation2-win32.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/001.phpt branches/PHP_5_3/ext/mysql/tests/mysql_connect.phpt branches/PHP_5_3/ext/mysql/tests/mysql_max_links.phpt branches/PHP_5_3/ext/my

2011-09-08 Thread Ferenc Kovacs
tyrael Thu, 08 Sep 2011 11:30:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316413 Log: skip these tests if can't connect to mysql Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/tests/001.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/file/rename_variation13-win32.phpt trunk/ext/standard/tests/file/rename_variation13-win32.phpt

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 11:52:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316415 Log: - fix test, again... Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/tests/file/rename_variation13-win32.phpt U

[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_4/ex

2011-09-08 Thread Hannes Magnusson
bjoriThu, 08 Sep 2011 14:37:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316417 Log: Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec Bug: https://bugs.php.net/54798 (Assigned) Segfault when

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/ mbstring.c

2011-09-08 Thread Rui Hirokawa
hirokawa Thu, 08 Sep 2011 15:19:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316418 Log: 2nd arguments is necessary in mb_parse_str because register_globals was removed in PHP 5.4. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/spl/spl_directory.c branches/PHP_5_4/ext/spl/tests/SplFileObject_fflush_basic_001.phpt branches/PHP_5_4/ext/spl/tests/SplFileObject_ftruncate_error_00

2011-09-08 Thread Etienne Kneuss
colder Thu, 08 Sep 2011 15:52:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316420 Log: SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/spl/tests/SplFileObject_fputcsv_002.phpt branches/PHP_5_4/ext/spl/tests/SplFileObject_fputcsv_error.phpt branches/PHP_5_4/ext/spl/tests/SplFileObject_

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 16:10:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316421 Log: - force LF Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/tests/SplFileObject_fputcsv_002.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/spl/tests/fileobject_002.phpt branches/PHP_5_4/ext/spl/tests/fileobject_003.phpt trunk/ext/spl/tests/fileobject_002.phpt trunk/ext/spl/tests/fileobjec

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 16:11:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316422 Log: - force LF Changed paths: _U php/php-src/branches/PHP_5_4/ext/spl/tests/fileobject_002.phpt _U

[PHP-CVS] svn: /php/php-src/trunk/ext/date/ TODO

2011-09-08 Thread Derick Rethans
derick Thu, 08 Sep 2011 16:57:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316423 Log: - Updated to-do. Changed paths: U php/php-src/trunk/ext/date/TODO Modified: php/php-src/trunk/ext/date/TODO

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_connect.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 17:40:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316424 Log: Fix skipifs to match other tests for the case when connection fails Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_interface.phpt branches/PHP_5_4/ext/pdo_mysql/tests/

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 17:52:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316425 Log: Fix skipifs Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options.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-08 Thread Alexey Shein
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 error is rasing there. I've also made some patches for this, could you

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo/tests/bug_36798.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_fread_1.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_stream_1.phpt branches/PHP

2011-09-08 Thread Christopher Jones
sixd Thu, 08 Sep 2011 20:13:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316427 Log: Update SKIPIFs for test portability Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/bug_36798.phpt U

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

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 23:07:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316433 Log: - improve r316420 (SplFileObject cannot and should not accept directories) Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c

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

2011-09-08 Thread Etienne Kneuss
colder Thu, 08 Sep 2011 23:10:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316434 Log: MFH: adapt check for __construct bypass Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c Modified:

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

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 23:12:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316435 Log: - improve r316420 (SplFileObject cannot and should not accept directories) Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-09-08 Thread Etienne Kneuss
colder Thu, 08 Sep 2011 23:18:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316436 Log: Mention recent SPL changes on spl_directory.c and tests Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: