i have the following settings in my /etc/php.ini
pcre.backtrack_limit=10000
pcre.recursion_limit=10000000
test case
ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt]
FAIL. but after i remove the settings, it will PASS.

Bug #43128 Very long class name causes segfault [Zend/tests/bug43128.phpt]
also FAIL because i have memory_limit set to 50M in /etc/php.ini, PASS
if i set it to 100M

is it expected that the test case should depends on users' ini settings?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to