]> granicus.if.org Git - php/commitdiff
re-enable phar now that compile and building phar.phar works
authorGreg Beaver <cellog@php.net>
Sun, 26 Jul 2009 02:19:58 +0000 (02:19 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 26 Jul 2009 02:19:58 +0000 (02:19 +0000)
ext/phar/config.m4
ext/phar/config.w32

index 9dc1badd5a18107cbd78d0678f7882273dfdc32f..2ac7f3dd81324bdac1fd5710fee22861419797e6 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension phar
 
 PHP_ARG_ENABLE(phar, for phar archive support,
-[  --enable-phar         Enable phar support])
+[  --disable-phar          Disable phar support], yes)
 
 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)
index b880590c081ca104bbc395d3a2226108b0194991..93504f61fbd4b74945cab17c016beaf9c6d1cc89 100644 (file)
@@ -1,7 +1,7 @@
 // $Id$
 // vim:ft=javascript
 
-ARG_ENABLE("phar", "enable phar support", "no");
+ARG_ENABLE("phar", "disable phar support", "yes");
 ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no");
 
 if (PHP_PHAR_NATIVE_SSL != "no") {