You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the INI options (5 out of 6) used in the extension are used only once - during the extension initialisation in MINIT(). This makes it impossible to change them in runtime, despite them all being PHP_INI_ALL.
Yes, ini_set() works fine and the value is being changed, no, this value isn't used anywhere.
Most of the INI options (5 out of 6) used in the extension are used only once - during the extension initialisation in MINIT(). This makes it impossible to change them in runtime, despite them all being PHP_INI_ALL.
Yes, ini_set() works fine and the value is being changed, no, this value isn't used anywhere.
Here's a simple way to fix it:
The text was updated successfully, but these errors were encountered: