Skip to content
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

It seems zend.exception_string_param_max_len is not recognized #430

Closed
PanosPetrou opened this issue Aug 14, 2022 · 1 comment
Closed

It seems zend.exception_string_param_max_len is not recognized #430

PanosPetrou opened this issue Aug 14, 2022 · 1 comment

Comments

@PanosPetrou
Copy link

PanosPetrou commented Aug 14, 2022

In my environment zend.exception_string_param_max_len is set to 0 in my php.ini.

I get frequent php warnings such as:

PHP Warning:  [snuffleupagus][0.0.0.0][ini_protection][log] Cannot hook INI var `zend.exception_string_param_max_len` Maybe a typo or the PHP extension providing this var is not loaded yet. in Unknown on line 0
@jvoisin
Copy link
Owner

jvoisin commented Aug 18, 2022

You might want to comment the sp.ini.key("zend.exception_string_param_max_len").ro(); line in the config/ini_protection.rules, since it sets this configuration variable as read-only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants