mirror of
https://github.com/php/php-src.git
synced 2024-11-30 05:13:56 +08:00
- Fix issue with -y parameter hanlding
This commit is contained in:
parent
cb0af1eeb8
commit
4f74e50c1b
@ -890,9 +890,8 @@ spl_autoload_register('command_autoload');
|
||||
new PharCommand($argc, $argv);
|
||||
|
||||
__HALT_COMPILER(); ?>
|
||||
6 |