From: Sascha Schumann Date: Thu, 7 Mar 2002 19:56:53 +0000 (+0000) Subject: ze2 handling X-Git-Tag: help~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4928259fa9d5612e173f951c6a4b2abd4b49ad78;p=php ze2 handling --- diff --git a/configure.in b/configure.in index e8dd475eb4..255d26b6e9 100644 --- a/configure.in +++ b/configure.in @@ -1084,6 +1084,10 @@ PHP_ADD_SOURCES(Zend, \ zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \ zend_ini.c zend_qsort.c) +if test -r "Zend/zend_objects.c"; then + PHP_ADD_SOURCES(Zend, zend_objects.c zend_object_handlers.c) +fi + dnl Selectively disable optimization due to high RAM usage during dnl compiling the executor. if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then