1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00

- Mention php5, as HEAD with ZE1 (php4 module) doesn't work anymore.

This commit is contained in:
Derick Rethans
2003-01-20 09:06:06 +00:00
parent 3ec66ba82c
commit 3dda32af77

View File

@@ -33,8 +33,8 @@ diff -u
<li>Log in to the PHP anonymous CVS server. Use <strong>phpfi</strong> as the password.<br>
<pre>cvs -d :pserver:cvsread@cvs.php.net:/repository login</pre></li>
<li>Obtain the PHP 4 CVS tree:<br>
<pre>cvs -d :pserver:cvsread@cvs.php.net:/repository co php4</pre></li>
<li>Obtain the PHP 5 CVS tree:<br>
<pre>cvs -d :pserver:cvsread@cvs.php.net:/repository co php5</pre></li>
<blockquote>
<strong style="color: #99000">Note:</strong> <br/>
@@ -65,7 +65,7 @@ cvs -d :pserver:cvsread@cvs.php.net:/repository co -r PHP_4_0_7 php4
for the documentation, available via anonymous CVS. See <a
href="http://cvs.php.net/">the web-based view</a> of the CVS server
to see what is available, and substitute the appropriate name for
"php4" in step 3 (and ignore the later steps).</p>
"php5" in step 3 (and ignore the later steps).</p>
<p>You can also mirror the PHP CVS repository using CVSup. See
<a href="/cvsup.php">here</a> for more details.</p>