1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Updated Supported CCVS Versions based on Conversation with Doug. All versions of CCVS 3.0 and greater should work without problems.

@ The CCVS module is now stable and compiling. It compiles as a CGI and into apache cleanly without warnings. (Brendan W. McAdams)
This commit is contained in:
Brendan W. McAdams
2000-08-09 18:38:04 +00:00
parent f0203f6288
commit 609577d882

View File

@@ -525,7 +525,7 @@ PHP_MINFO_FUNCTION(ccvs)
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;<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_row(2,"This Release Certified For CCVS Versions","3.0 and greater");
php_info_print_table_end();
/* DISPLAY_INI_ENTRIES(); */