php-src/ext/phar/config.m4
Greg Beaver 9d4036ea7c initial import
# file handling needs to use streams, handle safe_mode/open_basedir
2005-12-04 20:35:38 +00:00

10 lines
230 B
Plaintext

dnl $Id$
dnl config.m4 for extension phar
PHP_ARG_ENABLE(phar, whether to enable phar support,
[ --enable-phar Enable phar support])
if test "$PHP_PHAR" != "no"; then
PHP_NEW_EXTENSION(phar, phar.c, $ext_shared)
fi