sebastian Sat May 28 02:30:47 2005 EDT Modified files: /php-src/ext/pcre config.w32 Log: Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). http://cvs.php.net/diff.php/php-src/ext/pcre/config.w32?r1=1.3&r2=1.4&ty=u Index: php-src/ext/pcre/config.w32 diff -u php-src/ext/pcre/config.w32:1.3 php-src/ext/pcre/config.w32:1.4 --- php-src/ext/pcre/config.w32:1.3 Fri May 7 13:47:27 2004 +++ php-src/ext/pcre/config.w32 Sat May 28 02:30:46 2005 @@ -1,11 +1,11 @@ -// $Id: config.w32,v 1.3 2004/05/07 17:47:27 wez Exp $ +// $Id: config.w32,v 1.4 2005/05/28 06:30:46 sebastian Exp $ // vim:ft=javascript ARG_WITH("pcre-regex", "Perl Compatible Regular Expressions", "yes"); if (PHP_PCRE_REGEX == "yes") { EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED, - "-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -Iext/pcre/pcrelib -DNO_RECURSE"); + "-DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -Iext/pcre/pcrelib -DNO_RECURSE"); ADD_SOURCES("ext/pcre/pcrelib", "maketables.c get.c study.c pcre.c", "pcre"); AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php