mike Thu Dec 1 15:53:35 2005 EDT
Added files: (Branch: PHP_5_1)
/php-src/ext/pcre php_pcre.def
Modified files:
/php-src/ext/pcre config.w32
Log:
- use php_pcre aliases
http://cvs.php.net/diff.php/php-src/ext/pcre/config.w32?r1=1.4.2.2&r2=1.4.2.3&ty=u
Index: php-src/ext/pcre/config.w32
diff -u php-src/ext/pcre/config.w32:1.4.2.2 php-src/ext/pcre/config.w32:1.4.2.3
--- php-src/ext/pcre/config.w32:1.4.2.2 Thu Dec 1 15:07:34 2005
+++ php-src/ext/pcre/config.w32 Thu Dec 1 15:53:35 2005
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.4.2.2 2005/12/01 20:07:34 mike Exp $
+// $Id: config.w32,v 1.4.2.3 2005/12/01 20:53:35 mike Exp $
// vim:ft=javascript
ARG_WITH("pcre-regex", "Perl Compatible Regular Expressions", "yes");
@@ -7,7 +7,7 @@
EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED,
"-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP
-DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000
-Iext/pcre/pcrelib -DNO_RECURSE");
ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_compile.c
pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c pcre_get.c
pcre_globals.c pcre_info.c pcre_maketables.c pcre_ord2utf8.c pcre_printint.c
pcre_refcount.c pcre_study.c pcre_tables.c pcre_try_flipped.c
pcre_ucp_findchar.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c", "pcre");
- ADD_DEF_FILE("ext\\pcre\\pcrelib\\libpcre.def");
+ ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');
AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library');
http://cvs.php.net/co.php/php-src/ext/pcre/php_pcre.def?r=1.1&p=1
Index: php-src/ext/pcre/php_pcre.def
+++ php-src/ext/pcre/php_pcre.def
EXPORTS
php_pcre_compile
php_pcre_exec
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php