helly Thu May 29 15:11:51 2003 EDT Modified files: /php4 run-tests.php Log: Execute --SKIPIF-- like --FILE-- Index: php4/run-tests.php diff -u php4/run-tests.php:1.160 php4/run-tests.php:1.161 --- php4/run-tests.php:1.160 Fri May 23 18:35:15 2003 +++ php4/run-tests.php Thu May 29 15:11:51 2003 @@ -688,7 +688,7 @@ if (array_key_exists('SKIPIF', $section_text)) { if (trim($section_text['SKIPIF'])) { save_text($tmp_skipif, $section_text['SKIPIF']); - $output = `$php $info_params $tmp_skipif`; + $output = system_with_timeout("$php $info_params $tmp_skipif"); @unlink($tmp_skipif); if (eregi("^skip", trim($output))) { echo "SKIP $tested";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php