mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove non-existing INI directive detect_unicode (#18909)
The detect_unicode was removed and zend.detect_unicode was added in PHP
5.4 (bbf3d43c1e
).
This commit is contained in:
parent
29e94f89db
commit
ecc602e3bb
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ Phar: a non-executable zip with no stub named .phar.zip
|
||||||
phar
|
phar
|
||||||
--INI--
|
--INI--
|
||||||
phar.readonly=1
|
phar.readonly=1
|
||||||
detect_unicode=0
|
|
||||||
zend.multibyte=0
|
zend.multibyte=0
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
peardir=$(PEAR_INSTALLDIR)
|
peardir=$(PEAR_INSTALLDIR)
|
||||||
|
|
||||||
# Skip all php.ini files altogether
|
# 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`
|
WGET = `which wget 2>/dev/null`
|
||||||
FETCH = `which fetch 2>/dev/null`
|
FETCH = `which fetch 2>/dev/null`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue