mirror of
https://github.com/php/php-src.git
synced 2024-12-27 19:00:27 +08:00
9d4036ea7c
# file handling needs to use streams, handle safe_mode/open_basedir
10 lines
230 B
Plaintext
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
|