]> granicus.if.org Git - php/commitdiff
Added Dougs name to the PHPINFO "Support By" call.
authorBrendan W. McAdams <bmcadams@php.net>
Wed, 9 Aug 2000 17:53:55 +0000 (17:53 +0000)
committerBrendan W. McAdams <bmcadams@php.net>
Wed, 9 Aug 2000 17:53:55 +0000 (17:53 +0000)
Added a "Release Supports CCVS Versions..." line in PHPINFO

ext/ccvs/ccvs.c

index c66ef248e0c386a34c19b4f56498b9bb8c242961..ba9d0a53bf80a035d394ca204dc76f79d5a7a26c 100644 (file)
@@ -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 &lt;brendan@plexmedia.com&gt;");
+    php_info_print_table_row(2,"CCVS Support by","Brendan W. McAdams &lt;brendan@plexmedia.com&gt;<br>&amp; Doug DeJulio &lt;ddj@redhat.com&gt;");
     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(); */