PHP sources now lives in Git

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327173 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-08-18 23:40:27 +00:00
parent 60911f0ff9
commit ff6d5c7b5d
8 changed files with 13 additions and 13 deletions

View file

@ -269,13 +269,13 @@ Returns the length of given string.
</para>
<para>
When documentation exists for the latest (unreleased) developmental versions
of PHP, it will be labeled as either "available in SVN" or "development
of PHP, it will be labeled as either "available in Git" or "development
version." And while these changes should be planned for, in rare cases they
may change.
</para>
<para>
All development takes place in Subversion (SVN) and may be checked out
as described within the <link xlink:href="&url.php.anonsvn;">anonymous SVN
All development takes place in Git and may be checked out
as described within the <link xlink:href="&url.php.anongit;">anonymous Git
access</link> page. Or, these same sources may be downloaded as
<link xlink:href="&url.php.snapshots;">PHP snapshots</link>, which are available
for every active PHP branch.

View file

@ -13,7 +13,7 @@
<qandaentry xml:id="faq.build.configure">
<question>
<para>
I got the latest version of PHP using the anonymous SVN service,
I got the latest version of PHP using the anonymous Git service,
but there's no configure script!
</para>
</question>
@ -22,7 +22,7 @@
You have to have the GNU autoconf package installed so you can
generate the configure script from <filename>configure.in</filename>. Just run
<command>./buildconf</command> in the top-level directory after getting
the sources from the SVN server. (Also, unless you run <command>configure</command>
the sources from the Git server. (Also, unless you run <command>configure</command>
with the <literal>--enable-maintainer-mode</literal> option, the
configure script will not automatically get rebuilt when the
<filename>configure.in</filename> file is updated, so you should make sure to do that

View file

@ -166,7 +166,7 @@
wrong?" are of absolutely no use to anyone. If you're having problems
getting PHP up and running you must include the operating system being
used, the version of PHP you're trying to use, how you got it
(pre-compiled, SVN, RPM, and so on), what you have done so far,
(pre-compiled, Git, RPM, and so on), what you have done so far,
and the exact error message or present result.
</para>
<para>

View file

@ -19,9 +19,9 @@
You can download PHP from any of the members of the
PHP network of sites. These can be found at
<link xlink:href="&url.php;">&url.php;</link>.
You can also use anonymous SVN to get the absolute latest
You can also use anonymous Git to get the absolute latest
version of the source. For more information, go to
<link xlink:href="&url.php.anonsvn;">&url.php.anonsvn;</link>.
<link xlink:href="&url.php.anongit;">&url.php.anongit;</link>.
</para>
</answer>
</qandaentry>
@ -189,7 +189,7 @@
<qandaentry xml:id="faq.obtaining.compilent">
<question>
<para>
I got the latest version of the PHP source code from the SVN
I got the latest version of the PHP source code from the Git
repository on my Windows machine, what do I need to compile it?
</para>
</question>

View file

@ -89,7 +89,7 @@
PHP directives are necessarily documented in this manual: for a complete list
of directives available in your PHP version, please read your well commented
&php.ini; file. Alternatively, you may find
<link xlink:href="&url.php.svn.phpini;">the latest &php.ini;</link> from SVN
<link xlink:href="&url.php.git.phpini;">the latest &php.ini;</link> from Git
helpful too.
</para>
<para>

View file

@ -31,7 +31,7 @@
<simpara>
When building PHP modules, it's important to have known-good versions
of the required tools (autoconf, automake, libtool, etc.) See the
<link xlink:href="&url.php.anonsvn;">Anonymous SVN Instructions</link> for
<link xlink:href="&url.php.anongit;">Anonymous Git Instructions</link> for
details on the required tools, and required versions.
</simpara>
</sect1>

View file

@ -56,7 +56,7 @@
</para>
<para>
When building directly from SVN sources or after custom modifications you
When building directly from Git sources or after custom modifications you
might also need:
<itemizedlist>
<listitem>

View file

@ -278,7 +278,7 @@
Native Driver PHP extension, <literal>ext/mysqlnd</literal>.
Development started on the <literal>mysqlnd</literal> plugin API in
December 2009. It is developed as part of the PHP source repository,
and as such is available to the public either via SVN, or through
and as such is available to the public either via Git, or through
source snapshot downloads.
</para>
<para>