mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Note the PHP version at the top of configure
This commit is contained in:
parent
e4c190ef6d
commit
16ff9cb93b
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ for (i = 0; i < calls.length; i++) {
|
|||
}
|
||||
|
||||
C.WriteBlankLines(1);
|
||||
C.WriteLine("STDOUT.WriteLine(\"PHP Version: \" + PHP_VERSION_STRING);");
|
||||
C.WriteLine("STDOUT.WriteBlankLines(1);");
|
||||
C.WriteLine("conf_process_args();");
|
||||
C.WriteBlankLines(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue