diff options
author | Brendan W. McAdams <bmcadams@php.net> | 2000-08-09 17:53:55 +0000 |
---|---|---|
committer | Brendan W. McAdams <bmcadams@php.net> | 2000-08-09 17:53:55 +0000 |
commit | 01a83f8cb02db93e9fac60647a7813742423f73c (patch) | |
tree | c1387d8d89c8610dcb69ad33d0691619be4f7f3c | |
parent | 57faf7660597db04a54bb5565b46ec50f775f096 (diff) | |
download | php-git-01a83f8cb02db93e9fac60647a7813742423f73c.tar.gz |
Added Dougs name to the PHPINFO "Support By" call.
Added a "Release Supports CCVS Versions..." line in PHPINFO
-rw-r--r-- | ext/ccvs/ccvs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index c66ef248e0..ba9d0a53bf 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -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(); */ |