andi            Fri Jan  2 04:59:41 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/pcre   config.w32 
  Log:
  - Remove NO_RECURSE as it causes a huge performance impact. Up to 50%
    with Wordpress. Stack size is not really anymore of an issue than on
    Linux with FastCGI (php-cgi.exe). For ISAPI it may be an issue but we
    have other places where we may eat up stack.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/config.w32?r1=1.4.2.5.2.7.2.3&r2=1.4.2.5.2.7.2.4&diff_format=u
Index: php-src/ext/pcre/config.w32
diff -u php-src/ext/pcre/config.w32:1.4.2.5.2.7.2.3 
php-src/ext/pcre/config.w32:1.4.2.5.2.7.2.4
--- php-src/ext/pcre/config.w32:1.4.2.5.2.7.2.3 Tue Sep  9 07:55:07 2008
+++ php-src/ext/pcre/config.w32 Fri Jan  2 04:59:41 2009
@@ -1,8 +1,8 @@
-// $Id: config.w32,v 1.4.2.5.2.7.2.3 2008/09/09 07:55:07 nlopess Exp $
+// $Id: config.w32,v 1.4.2.5.2.7.2.4 2009/01/02 04:59:41 andi Exp $
 // vim:ft=javascript
 
 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
-               "-DNO_RECURSE -Iext/pcre/pcrelib");
+               "-Iext/pcre/pcrelib");
 ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c 
pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c 
pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c pcre_study.c 
pcre_tables.c pcre_try_flipped.c pcre_valid_utf8.c pcre_version.c 
pcre_xclass.c", "pcre");
 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to