[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/openssl_x509_parse_basic.phpt branches/PHP_5_3/ext/openssl/tests/openssl_x509_parse_basic_v9.phpt branches/PHP_5_4/ext/openssl/tests/ope

2012-02-06 Thread Christopher Jones
sixd Tue, 07 Feb 2012 01:15:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=323105 Log: Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas Changed pa

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/bug43353-win32.phpt branches/PHP_5_3/ext/standard/tests/file/bug43353.phpt branches/PHP_5_3/ext/standard/tests/file/bug44034.phpt

2012-02-06 Thread Christopher Jones
sixd Mon, 06 Feb 2012 23:52:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=323104 Log: Force allow_url_fopen to fix qa.php.net/reports diffs Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug43353-win32.phpt

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

2012-02-06 Thread Christopher Jones
sixd Mon, 06 Feb 2012 23:31:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=323103 Log: Mask different curl message. Now passes on Oracle Linux 5 Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52820.phpt

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

2012-02-06 Thread Christopher Jones
sixd Mon, 06 Feb 2012 23:14:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=323102 Log: Allow alternative curl output shown in several qa.php.net/reports logs Changed paths: U php/php-src/branches/PHP_5_3/ext/curl/tests/curl_basic_010

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

2012-02-06 Thread Ferenc Kovacs
tyrael Mon, 06 Feb 2012 22:47:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=323100 Log: merging the patch from bug #52078, fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there). Bug: https:/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/php_pcre.c branches/PHP_5_4/ext/pcre/php_pcre.c trunk/ext/pcre/php_pcre.c

2012-02-06 Thread Rasmus Lerdorf
rasmus Mon, 06 Feb 2012 18:18:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=323097 Log: Safer way to call pcre_fullinfo - bug 60986 Bug: https://bugs.php.net/60986 (Critical) pcre_get_compiled_regex_cache: php_pcre.c: undefined reference t

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/php_pcre.c branches/PHP_5_3/ext/pcre/php_pcre.def branches/PHP_5_3/main/php_compat.h branches/PHP_5_4/ext/pcre/php_pcre.c branches/PHP_5_4/ext/pc

2012-02-06 Thread Rasmus Lerdorf
rasmus Mon, 06 Feb 2012 18:11:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=323096 Log: Fix for bug 60986 Bug: https://bugs.php.net/60986 (Critical) pcre_get_compiled_regex_cache: php_pcre.c: undefined reference to 'pcre_info' Chang