X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.c;h=2cd87113dee0122a0c962a6c1dbb0a8766546b8e;hb=380294ada4fcbb7b60168d71655c49c27405647f;hp=e64840e3bbb8332990f207b2f5d13867f61486a2;hpb=e7c1206dcba5169d6d3d41b88a63db07a315cfc7;p=m6w6%2Fext-http diff --git a/http.c b/http.c index e64840e..2cd8711 100644 --- a/http.c +++ b/http.c @@ -186,6 +186,10 @@ PHP_INI_MH(http_update_allowed_methods) return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); } +#ifndef ZEND_ENGINE_2 +# define OnUpdateLong OnUpdateInt +#endif + PHP_INI_BEGIN() HTTP_PHP_INI_ENTRY("http.allowed_methods", "", PHP_INI_ALL, http_update_allowed_methods, request.methods.allowed) HTTP_PHP_INI_ENTRY("http.cache_log", "", PHP_INI_ALL, OnUpdateString, log.cache)