From f0a32f898399050e5b58a938e8a0a965239f97a4 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sun, 17 Jun 2007 10:19:46 +0000 Subject: [PATCH] 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 --- internals2/buildsys/environment.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/internals2/buildsys/environment.xml b/internals2/buildsys/environment.xml index 05038d75bd..47ca88f751 100644 --- a/internals2/buildsys/environment.xml +++ b/internals2/buildsys/environment.xml @@ -1,5 +1,5 @@ - + Building PHP for extension development @@ -26,14 +26,6 @@ $ ./configure --prefix=/where/to/install/php --enable-debug --enable-maintainer- ]]> - - - - On Windows systems, the --enable-maintainer-zts flag is - unnecessary, as thread safety is always always enabled on Windows. There - are a few other configurations in which this is also true. - -