We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e94f8 commit ecc602eCopy full SHA for ecc602e
ext/phar/tests/zip/notphar.phpt
@@ -4,7 +4,6 @@ Phar: a non-executable zip with no stub named .phar.zip
4
phar
5
--INI--
6
phar.readonly=1
7
-detect_unicode=0
8
zend.multibyte=0
9
--FILE--
10
<?php
pear/Makefile.frag
@@ -1,7 +1,7 @@
1
peardir=$(PEAR_INSTALLDIR)
2
3
# Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1
WGET = `which wget 2>/dev/null`
FETCH = `which fetch 2>/dev/null`
0 commit comments