mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
8 lines
268 B
Text
8 lines
268 B
Text
PHP_ARG_ENABLE([dl-test],
|
|
[whether to enable dl-test extension],
|
|
[AS_HELP_STRING([--enable-dl-test],
|
|
[Enable dl_test extension])])
|
|
|
|
if test "$PHP_DL_TEST" != "no"; then
|
|
PHP_NEW_EXTENSION(dl_test, dl_test.c, [shared],, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
|
fi
|