mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
ze2 handling
This commit is contained in:
parent
ea0de609a6
commit
4928259fa9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue