diff --git a/svn.php b/svn.php index ba57a51cb..3aadd825e 100644 --- a/svn.php +++ b/svn.php @@ -49,7 +49,7 @@ site_header("SVN Access", array("current" => "community"));
svn checkout http://svn.php.net/repository/php/php-src/branches/PHP_5_2 php-src-5.2
- svn checkout http://svn.php.net/repository/php/php-src/branches/PHP_5_3 php-src-5.3
+ svn checkout https://svn.php.net/repository/php/php-src/branches/PHP_5_3 php-src-5.3
+ svn checkout https://svn.php.net/repository/php/php-src/branches/PHP_5_4 php-src-5.4
Note that certain combinations of autoconf, automake and libtool may not
work when used together. See below for
@@ -111,7 +109,7 @@ site_header("SVN Access", array("current" => "community"));
the web-based view of the SVN
server to see what is available. For example, to checkout the
latest english version of the PHP manual:
- svn checkout http://svn.php.net/repository/phpdoc/modules/doc-en ./phpdoc-en
+ svn checkout https://svn.php.net/repository/phpdoc/modules/doc-en ./phpdoc-en
The following combinations are known to work:
+The following combinations are known to work with PHP 5.3 and below: