| Jacques Marneweck 2004-07-24, 8:56 pm |
| jacques Sat Jul 24 16:01:36 2004 EDT
Modified files:
/phpweb anoncvs.php
Log:
Updated for the two branches of PHP 5 (5.0 and 5.1) per Andrey Hristov.
http://cvs.php.net/diff.php/phpweb/...30&r2=1.31&ty=u
Index: phpweb/anoncvs.php
diff -u phpweb/anoncvs.php:1.30 phpweb/anoncvs.php:1.31
--- phpweb/anoncvs.php:1.30 Mon Dec 8 05:17:12 2003
+++ phpweb/anoncvs.php Sat Jul 24 16:01:35 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: anoncvs.php,v 1.30 2003/12/08 10:17:12 derick Exp $
+// $Id: anoncvs.php,v 1.31 2004/07/24 20:01:35 jacques Exp $
$_SERVER['BASE_PAGE'] = 'anoncvs.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Anonymous CVS Access");
@@ -68,7 +68,10 @@
<strong>PHP 4.3</strong>:
<tt>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_4_3 php-src</tt>
<br />
- <strong>PHP 5</strong>:
+ <strong>PHP 5.0</strong>:
+ <tt>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_5_0 php-src</tt>
+ <br />
+ <strong>PHP 5.1</strong>:
<tt>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout php-src</tt>
<br /><br />
Some tips and notes:
|