1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

- MFH Fix -p handling

This commit is contained in:
Marcus Boerger
2008-08-30 11:25:34 +00:00
parent 905269f056
commit 063ed94f28
+1
View File
@@ -559,6 +559,7 @@ if (isset($argc) && $argc > 1) {
case 'p':
$php = $argv[++$i];
putenv("TEST_PHP_EXECUTABLE=$php");
$environment['TEST_PHP_EXECUTABLE'] = $php;
break;
case 'q':
putenv('NO_INTERACTION=1');