|
|
|
@ -2,7 +2,7 @@ dnl $Id$ |
|
|
|
dnl config.m4 for extension phar |
|
|
|
|
|
|
|
PHP_ARG_ENABLE(phar, for phar archive support, |
|
|
|
[ --disable-phar Disable phar support], shared) |
|
|
|
[ --disable-phar Disable phar support], shared) |
|
|
|
|
|
|
|
if test "$PHP_PHAR" != "no"; then |
|
|
|
PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared) |
|
|
|
|