]> granicus.if.org Git - php/commitdiff
Test commit - but pseudo useful
authorRasmus Lerdorf <rasmus@php.net>
Sat, 11 Jul 2009 04:14:29 +0000 (04:14 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 11 Jul 2009 04:14:29 +0000 (04:14 +0000)
win32/install.txt

index 198d7f7dc6ffad622662d5aea328270576d12ec4..36fecb5e7ce03727f5b3189ea3e3d6419626f36d 100644 (file)
@@ -883,7 +883,7 @@ Apache 2.0.x on Microsoft Windows
        http://snaps.php.net/php5-latest.tar.gz or download binaries for
        Windows http://snaps.php.net/win32/php5-win32-latest.zip.
      * a prerelease version downloadable from http://qa.php.net/.
-     * you have always the option to obtain PHP through anonymous CVS.
+     * you have always the option to obtain PHP through SVN.
 
      These versions of PHP are compatible to Apache 2.0.40 and later.
 
@@ -1428,8 +1428,8 @@ Introduction to PECL Installations
 
    When building PHP modules, it's important to have known-good versions
    of the required tools (autoconf, automake, libtool, etc.) See the
-   Anonymous CVS Instructions for details on the required tools, and
-   required versions.
+   SVN Instructions for details on the required tools, and required 
+   versions.
      __________________________________________________________________
 
 Downloading PECL extensions
@@ -1445,14 +1445,12 @@ Downloading PECL extensions
        PECL extensions that have releases listed on the PECL web site are
        available for download and installation using the pecl command.
        Specific revisions may also be specified.
-     * CVS
-       Most PECL extensions also reside in CVS. A web-based view may be
-       seen at http://cvs.php.net/pecl/. To download straight from CVS,
-       the following sequence of commands may be used. Note that phpfi is
-       the password for user cvsread:
+     * SVN 
+       Most PECL extensions also reside in SVN. A web-based view may be
+       seen at http://svn.php.net/pecl/. To download straight from SVN,
+       the following sequence of commands may be used. 
 
-$ cvs -d:pserver:cvsread@cvs.php.net:/repository login
-$ cvs -d:pserver:cvsread@cvs.php.net:/repository co pecl/extname
+$ svn  co http://svn.php.net/repository/pecl/<extname>/trunk
 
      * Windows downloads
        Windows users may find compiled PECL binaries by downloading the
@@ -1500,7 +1498,7 @@ Compiling shared PECL extensions with phpize
    Sometimes, using the pecl installer is not an option. This could be
    because you're behind a firewall, or it could be because the extension
    you want to install is not available as a PECL compatible package, such
-   as unreleased extensions from CVS. If you need to build such an
+   as unreleased extensions from SVN. If you need to build such an
    extension, you can use the lower-level build tools to perform the build
    manually.
 
@@ -1647,7 +1645,7 @@ The configuration file
    directives are documented in the manual though. For a complete list of
    directives available in your PHP version, please read your well
    commented php.ini file. Alternatively, you may find the the latest
-   php.ini from CVS helpful too.
+   php.ini from SVN helpful too.
 
    Example 5-1. php.ini example
 ; any text on a line after an unquoted semicolon (;) is ignored