File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
'php ext_skel.php' for all options. This means there is no dependencies
8
8
thrus making it work on Windows out of the box. (Kalle)
9
9
. Removed support for BeOS. (Kalle)
10
+ . Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
10
11
. Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
11
12
. Fixed bug #74860 (Uncaught exceptions not being formatted properly when
12
13
error_log set to "syslog"). (Philip Prindeville)
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ PHPAPI void php_print_info_htmlhead(void)
766
766
php_info_print ("<html xmlns=\"http://www.w3.org/1999/xhtml\">" );
767
767
php_info_print ("<head>\n" );
768
768
php_info_print_style ();
769
- php_info_print ("<title>phpinfo()</title>" );
769
+ php_info_printf ("<title>PHP %s - phpinfo()</title>" , PHP_VERSION );
770
770
php_info_print ("<meta name=\"ROBOTS\" content=\"NOINDEX,NOFOLLOW,NOARCHIVE\" />" );
771
771
php_info_print ("</head>\n" );
772
772
php_info_print ("<body><div class=\"center\">\n" );
You can’t perform that action at this time.
0 commit comments