mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
- MFH Fix --version
This commit is contained in:
parent
b1264f7172
commit
86ecf121e5
@ -333,7 +333,7 @@ if (isset($argc) && $argc > 1) {
|
||||
$html_output = is_resource($html_file);
|
||||
break;
|
||||
case '--version':
|
||||
echo "$Revision$\n";
|
||||
echo '$Revision$'."\n";
|
||||
exit(1);
|
||||
default:
|
||||
echo "Illegal switch '$switch' specified!\n";
|
||||
|
Loading…
Reference in New Issue
Block a user