1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Files
archived-php-src/ext/dio/config.m4
T

7 lines
169 B
Plaintext

PHP_ARG_ENABLE(dio, whether to enable dio support,
[ --enable-dio Enable dio support])
if test "$PHP_DIO" != "no"; then
PHP_EXTENSION(dio, $ext_shared)
fi