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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user