diff options
author | Brendan W. McAdams <bmcadams@php.net> | 2000-08-09 18:38:04 +0000 |
---|---|---|
committer | Brendan W. McAdams <bmcadams@php.net> | 2000-08-09 18:38:04 +0000 |
commit | 609577d8826e5a23565eb8fdf5033d60ed505c4e (patch) | |
tree | f9efdeacba5abf71d3f8904cc2384646ac68c900 /ext/ccvs/ccvs.c | |
parent | f0203f6288b4e6a789907e141f07d31c374106c2 (diff) | |
download | php-git-609577d8826e5a23565eb8fdf5033d60ed505c4e.tar.gz |
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)
Diffstat (limited to 'ext/ccvs/ccvs.c')
-rw-r--r-- | ext/ccvs/ccvs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index ba9d0a53bf..bedaaafa24 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -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 <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_row(2,"This Release Certified For CCVS Versions","3.0 and greater"); php_info_print_table_end(); /* DISPLAY_INI_ENTRIES(); */ |