helly Sun Mar 25 12:53:47 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pcre config0.m4
Log:
- MFH Need to install headers
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/config0.m4?r1=1.38.2.3.2.5&r2=1.38.2.3.2.6&diff_format=u
Index: php-src/ext/pcre/config0.m4
diff -u php-src/ext/pcre/config0.m4:1.38.2.3.2.5
php-src/ext/pcre/config0.m4:1.38.2.3.2.6
--- php-src/ext/pcre/config0.m4:1.38.2.3.2.5 Fri Feb 9 19:48:46 2007
+++ php-src/ext/pcre/config0.m4 Sun Mar 25 12:53:47 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config0.m4,v 1.38.2.3.2.5 2007/02/09 19:48:46 nlopess Exp $
+dnl $Id: config0.m4,v 1.38.2.3.2.6 2007/03/25 12:53:47 helly Exp $
dnl
dnl By default we'll compile and link against the bundled PCRE library
@@ -52,6 +52,7 @@
AC_DEFINE(HAVE_PCRE, 1, [ ])
PHP_ADD_INCLUDE($PCRE_INCDIR)
PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DEXPORT= -DNEWLINE=10
-DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10
-DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -DMAX_NAME_SIZE=32
-DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000)
+ PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
PHP_SUBST(PCRE_SHARED_LIBADD)
fi
else
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php