zoe Mon May 4 17:19:20 2009 UTC Modified files: /phpruntests/src/configuration/settings rtPhpCgiExecutableSetting.php Log: ooops http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php?r1=1.5&r2=1.6&diff_format=u Index: phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php diff -u phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.5 phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.6 --- phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.5 Sun Apr 26 06:54:12 2009 +++ phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php Mon May 4 17:19:20 2009 @@ -6,7 +6,7 @@ */ class rtPhpCgiExecutableSetting extends rtSetting { - const SAPI_CGI = "/sapi/cgi/php"; + const SAPI_CGI = "/sapi/cgi/php-cgi"; private $phpCgiExecutable; @@ -37,7 +37,7 @@ if(substr(dirname($phpCli),-3) == 'cli') { $pathLength = strlen(dirname($phpCli)) - 3; $sapiDir = substr(dirname($phpCli), 0, $pathLength); - $this->phpCgiExecutable = $sapiDir."cgi/php"; + $this->phpCgiExecutable = $sapiDir."cgi/php-cgi"; } }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php