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
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
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
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
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:/
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
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