Sync with 5_3 changes

This commit is contained in:
Rob Richards 2008-07-21 16:12:28 +00:00
parent c98e8379c8
commit c2eb3ea158
3 changed files with 3 additions and 0 deletions

View File

@ -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";

View File

@ -3,3 +3,4 @@
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
PHP_REFLECTION="yes";

View File

@ -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";