tony2001 Thu Apr 5 07:23:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/openssl/tests 005.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/005.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/openssl/tests/005.phpt diff -u php-src/ext/openssl/tests/005.phpt:1.1.2.3 php-src/ext/openssl/tests/005.phpt:1.1.2.4 --- php-src/ext/openssl/tests/005.phpt:1.1.2.3 Wed Apr 4 21:24:01 2007 +++ php-src/ext/openssl/tests/005.phpt Thu Apr 5 07:23:56 2007 @@ -1,7 +1,10 @@ --TEST-- openssl_csr_get_subject() tests --SKIPIF-- -<?php if (!extension_loaded("openssl")) print "skip"; ?> +<?php +if (!extension_loaded("openssl")) die("skip"); +if (!function_exists("utf8_decode")) die("skip"); +?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php