Closed Girgias closed 2 years ago
The texts talks about using the simplest way to register an INI setting but says that we used PHP_INI_BEGIN() which is always needed as it's to start registering. The one actually used to register is REGISTER_INI_ENTRIES()
PHP_INI_BEGIN()
REGISTER_INI_ENTRIES()
The texts talks about using the simplest way to register an INI setting but says that we used
PHP_INI_BEGIN()
which is always needed as it's to start registering. The one actually used to register isREGISTER_INI_ENTRIES()