PHP 8, by default, has an entire list of extensions which can't be removed. Or, at least, I can't see a way to removed them using php.ini.
The list of those which can't be removed is this:
Core
PDO
Phar
Reflection
SPL
SimpleXML
apache2handler
bcmath
calendar
ctype
date
dom
filter
hash
iconv
json
libxml
mysqlnd
pcre
readline
session
standard
tokenizer
xml
xmlreader
xmlwriter
zip
zlib
- I may not want to use the zip extension at all. Then why can't be removed ?
- There is any way to get the list of extensions which can't be disabled ?