cellog Sun Mar 1 07:20:38 2009 UTC
Modified files:
/php-src/ext/phar/tests phar_get_supported_signatures_002.phpt
Log:
MFB: revert removal of openssl check, was confusion on my part
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt
diff -u php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt:1.5
php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt:1.6
--- php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt:1.5 Sun Mar
1 06:50:38 2009
+++ php-src/ext/phar/tests/phar_get_supported_signatures_002.phpt Sun Mar
1 07:20:38 2009
@@ -5,6 +5,7 @@
if (!extension_loaded("phar")) die("skip");
if (!extension_loaded("hash")) die("skip extension hash required");
$arr = Phar::getSupportedSignatures();
+if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared");
?>
--INI--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php