zoe Wed, 15 Jul 2009 16:58:10 +0000 URL: http://svn.php.net/viewvc?view=revision&revision=284133
Changed paths: U php/phpruntests/trunk/tests/testcase/rtGetExecutionTest.php Log: another fix Modified: php/phpruntests/trunk/tests/testcase/rtGetExecutionTest.php =================================================================== --- php/phpruntests/trunk/tests/testcase/rtGetExecutionTest.php 2009-07-15 16:52:50 UTC (rev 284132) +++ php/phpruntests/trunk/tests/testcase/rtGetExecutionTest.php 2009-07-15 16:58:10 UTC (rev 284133) @@ -82,8 +82,9 @@ $status = $testCase->getStatus(); - $setPhp = $configuration->getSetting('TEST_PHP_EXECUTABLE'); + $setPhp = $config->getSetting('PhpExecutable'); + if (preg_match("/sapi/", $setPhp)) { // Make no assertion bacuse the CGI executable can be guesed } else {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php