wez Fri May 7 13:47:27 2004 EDT
Modified files:
/php-src/ext/pcre config.w32
Log:
spot the vim user
http://cvs.php.net/diff.php/php-src/ext/pcre/config.w32?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/pcre/config.w32
diff -u php-src/ext/pcre/config.w32:1.2 php-src/ext/pcre/config.w32:1.3
--- php-src/ext/pcre/config.w32:1.2 Fri May 7 13:47:02 2004
+++ php-src/ext/pcre/config.w32 Fri May 7 13:47:27 2004
@@ -1,11 +1,11 @@
-// $Id: config.w32,v 1.2 2004/05/07 17:47:02 wez Exp $
+// $Id: config.w32,v 1.3 2004/05/07 17:47:27 wez 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/pcrelibi -DNO_RECURSE");
+ "-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10
-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