I am trying to install gitlist from github. I have some problems installing it, so the document says that I have to configure php.ini in this way
detect_unicode = Off phar.readonly = Off phar.require_hash = Off
I did this, but when installing Composer, they still tell me to set detect_unicode to Off. I restarted MAMP and phpinfo () tells me that phar.readonly and phar.require_hash are indeed set to Off, but I have no information that detect_unicode is set to Off. I only have zend.detect_unicode set to On.
How can I configure my configuration so that detect_unicode really disconnects?
source share