Skip to content

Commit ecc602e

Browse files
authored
Remove non-existing INI directive detect_unicode (php#18909)
The detect_unicode was removed and zend.detect_unicode was added in PHP 5.4 (bbf3d43).
1 parent 29e94f8 commit ecc602e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ext/phar/tests/zip/notphar.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Phar: a non-executable zip with no stub named .phar.zip
44
phar
55
--INI--
66
phar.readonly=1
7-
detect_unicode=0
87
zend.multibyte=0
98
--FILE--
109
<?php

pear/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
peardir=$(PEAR_INSTALLDIR)
22

33
# Skip all php.ini files altogether
4-
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0
4+
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1
55

66
WGET = `which wget 2>/dev/null`
77
FETCH = `which fetch 2>/dev/null`

0 commit comments

Comments
 (0)