-
Notifications
You must be signed in to change notification settings - Fork 57
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
ngx_var_get nginx Signal 11 #175
Comments
https://www.javatpoint.com/nginx-variables If in an nginx config, you call a variable that is NOT set before, you will always get a signal 11 error. With or without ngx-php. |
everything is correct if I call a function with a non-existent variable in nginx i got crash with signal 11 |
I'll add a test for null variables. And if needed a fix. |
I check sources PHP ZEND on repository. I found only RETURN_NULL(); but i don't know why nginx got crash. If you know how fix it? do it, please) |
Hello!
Where i call ngx_var_get with undefined var name example ngx_var_get("fijadsasd") or ngx_var_get("test33") (this variables is null and not set in nginx) i try open page and got crash nginx with signal 11
The text was updated successfully, but these errors were encountered: