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:
Gwynne Raskind 2007-06-17 10:19:46 +00:00
parent 8b1de4eaf6
commit f0a32f8983

View file

@ -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?