diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-07-11 04:24:45 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-07-11 04:24:45 +0000 |
commit | 1f53affe7abe7c5c5bd7294d6d5c533d7027398f (patch) | |
tree | 870b03ecb9dfe11d0ff260d1c3c0e13301509007 /win32/install.txt | |
parent | 098d0fcf556e9ce5dd8cba3f110837c43dec3577 (diff) | |
download | php-git-1f53affe7abe7c5c5bd7294d6d5c533d7027398f.tar.gz |
MFB cvs->svn
Diffstat (limited to 'win32/install.txt')
-rw-r--r-- | win32/install.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/win32/install.txt b/win32/install.txt index d77e4f186c..c1fc9c20aa 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -742,7 +742,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. @@ -1211,8 +1211,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 @@ -1228,14 +1228,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 @@ -1283,7 +1281,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. @@ -1430,7 +1428,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 |