mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove note about Windows thread safety (inaccurate and unncessary)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237901 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8b1de4eaf6
commit
f0a32f8983
1 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<sect1 id="internals2.buildsys.environment">
|
||||
<title>Building PHP for extension development</title>
|
||||
<para>
|
||||
|
@ -26,14 +26,6 @@ $ ./configure --prefix=/where/to/install/php --enable-debug --enable-maintainer-
|
|||
]]>
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
On Windows systems, the <literal>--enable-maintainer-zts</literal> flag is
|
||||
unnecessary, as thread safety is always always enabled on Windows. There
|
||||
are a few other configurations in which this is also true.
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<!-- Write this later?
|
||||
|
|
Loading…
Reference in a new issue