tony2001 Sun Sep 30 14:40:06 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/general_functions dl-cve-2007-4887.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt?r1=1.1.2.1&r2=1.1.2.1.2.1&diff_format=u
Index: php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt
diff -u
php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt:1.1.2.1
php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt:1.1.2.1.2.1
--- php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt:1.1.2.1
Thu Sep 20 18:44:24 2007
+++ php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt Sun Sep
30 14:40:06 2007
@@ -1,5 +1,7 @@
--TEST--
dl() filename length checks (CVE-2007-4887)
+--INI--
+enable_dl=1
--FILE--
<?php
var_dump(dl(str_repeat("a", 8376757)));
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php