mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
Sync with 5_3 changes
This commit is contained in:
parent
c98e8379c8
commit
c2eb3ea158
@ -9,3 +9,4 @@ 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');
|
||||
PHP_PCRE="yes";
|
@ -3,3 +3,4 @@
|
||||
|
||||
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
|
||||
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
|
||||
PHP_REFLECTION="yes";
|
@ -3,3 +3,4 @@
|
||||
|
||||
EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /* never shared */);
|
||||
AC_DEFINE('HAVE_SPL', 1);
|
||||
PHP_SPL="yes";
|
||||
|
Loading…
Reference in New Issue
Block a user