X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=ab53b85de4a8cc9d6517f1352f4d519767ca69b2;hb=9676c81efbb8f180fa189d71a7ecb50dde4f5646;hp=c45c319dee9b792c911bb1cd00b7283d4fcfc38e;hpb=50343c32560e80c491911b107fab8217a35850eb;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index c45c319..ab53b85 100644 --- a/php_http.h +++ b/php_http.h @@ -89,6 +89,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) struct _http_globals_log { char *cache; char *redirect; + char *not_found; char *allowed_methods; char *composite; } log; @@ -110,6 +111,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) long start_flags; void *stream; } inflate; + zend_bool not_found_404; } send; struct _http_globals_request {