mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Added Dougs name to the PHPINFO "Support By" call.
Added a "Release Supports CCVS Versions..." line in PHPINFO
This commit is contained in:
parent
57faf76605
commit
01a83f8cb0
1 changed files with 2 additions and 1 deletions
|
@ -523,8 +523,9 @@ PHP_MINFO_FUNCTION(ccvs)
|
|||
{
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(2, "RedHat CCVS support", "enabled");
|
||||
php_info_print_table_row(2,"CCVS Support by","Brendan W. McAdams <brendan@plexmedia.com>");
|
||||
php_info_print_table_row(2,"CCVS Support by","Brendan W. McAdams <brendan@plexmedia.com><br>& Doug DeJulio <ddj@redhat.com>");
|
||||
php_info_print_table_row(2,"Release ID",cvsid);
|
||||
php_info_print_table_row(2,"This Release Certified For CCVS Versions","3.3");
|
||||
php_info_print_table_end();
|
||||
|
||||
/* DISPLAY_INI_ENTRIES(); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue