faq/obtaining.xml
17fc359d7eb75d7d6199db77518924f2d351ed8b
...
...
@@ -19,9 +19,9 @@
19
19
You can download PHP from any of the members of the
20
20
PHP network of sites. These can be found at
21
21
<link xlink:href="&url.php;">&url.php;</link>.
22
-
You can also use anonymous SVN to get the absolute latest
22
+
You can also use anonymous Git to get the absolute latest
23
23
version of the source. For more information, go to
24
-
<link xlink:href="&url.php.anonsvn;">&url.php.anonsvn;</link>.
24
+
<link xlink:href="&url.php.anongit;">&url.php.anongit;</link>.
25
25
</para>
26
26
</answer>
27
27
</qandaentry>
...
...
@@ -54,10 +54,7 @@
54
54
<para>
55
55
<note>
56
56
<simpara>
57
-
Those marked with * are not thread-safe libraries, and
58
-
should not be used with PHP as a server module in the multi-threaded
59
-
Windows web servers (IIS, Netscape). This does not matter in Unix
60
-
environments, yet.
57
+
Those marked with a * are to the best of our knowledge not thread safe; they are not recommended for use in a multi-threaded environment.
61
58
</simpara>
62
59
</note>
63
60
</para>
...
...
@@ -92,7 +89,7 @@
92
89
</listitem>
93
90
<listitem>
94
91
<simpara>
95
-
<link xlink:href="&url.gd;">GD* (Unix/Win)</link>.
92
+
<link xlink:href="&url.gd;">GD (Unix/Win)</link>.
96
93
</simpara>
97
94
</listitem>
98
95
<listitem>
...
...
@@ -189,15 +186,14 @@
189
186
<qandaentry xml:id="faq.obtaining.compilent">
190
187
<question>
191
188
<para>
192
-
I got the latest version of the PHP source code from the SVN
189
+
I got the latest version of the PHP source code from the Git
193
190
repository on my Windows machine, what do I need to compile it?
194
191
</para>
195
192
</question>
196
193
<answer>
197
194
<para>
198
-
See the manual section about
199
-
<link linkend="install.windows.building">building PHP from
200
-
source on Windows</link>.
195
+
See the PHP Wiki for the latest instructions: <link xlink:href="https://wiki.php.net/internals/windows/stepbystepbuild">Step by Step Build Instructions</link>
196
+
201
197
</para>
202
198
</answer>
203
199
</qandaentry>
204
200