mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
6 lines
259 B
Text
6 lines
259 B
Text
PHP_ARG_ENABLE(zend-test, whether to enable zend-test extension,
|
|
[ --enable-zend-test Enable zend-test extension])
|
|
|
|
if test "$PHP_ZEND_TEST" != "no"; then
|
|
PHP_NEW_EXTENSION(zend_test, test.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
|
fi
|