1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

- Redirects from CVS pages to SVN pages

- CVS -> SVN in all affected pages
Most of this work was done by Shawn Stratton.
This commit is contained in:
Gwynne Raskind
2009-07-13 08:14:46 +00:00
parent cc2f1acff2
commit 94c13e3545
12 changed files with 261 additions and 271 deletions

View File

@@ -162,8 +162,8 @@ function a($href) {
before the first step (PHP page search) mentioned above. Some examples
of shortcut aliases: <tt><?php echo $MYSITE; ?>whatisphp</tt>,
<tt><?php echo $MYSITE; ?>php4news</tt>. The latter is an external page
alias, as it points to a file on the CVS server, containing information
about changes in PHP. There are also some convinient aliases, like
alias, as it points to a file on the SVN server, containing information
about changes in PHP. There are also some convenient aliases, like
<tt><?php echo $MYSITE; ?>de/phpversion</tt> which displays the German
manual page for the phpversion() function.
</p>