Skip to content

Remove non-existing INI directive detect_unicode #18909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ext/phar/tests/zip/notphar.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Phar: a non-executable zip with no stub named .phar.zip
phar
--INI--
phar.readonly=1
detect_unicode=0
zend.multibyte=0
--FILE--
<?php
Expand Down
2 changes: 1 addition & 1 deletion pear/Makefile.frag
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
peardir=$(PEAR_INSTALLDIR)

# 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`
Expand Down