ZEND_DEBUG=no
fi
-PHP_ARG_ENABLE(zend-memory-manager,whether to enable the Zend memory manager,
-[ --disable-zend-memory-manager
- Disable the Zend memory manager (DEVELOPERS ONLY)],yes, no)
-
-if test "$PHP_ZEND_MEMORY_MANAGER" = "yes"; then
- AC_DEFINE(USE_ZEND_ALLOC, 1, [ ])
-else
- AC_DEFINE(USE_ZEND_ALLOC, 0, [ ])
-fi
-
PHP_ARG_WITH(layout,[layout of installed files],
[ --with-layout=TYPE Sets how installed files will be laid out. Type is
one of "PHP" (default) or "GNU"], PHP, no)