remove 90% of the request method cruft; request methods are now simple strings
[m6w6/ext-http] / php_http.c
index d5211bcee1cefad5d718674ebf1dcd0d3fd48d1f..202317c8fc9a3417ef38acee98049daabf3dac39 100644 (file)
@@ -146,7 +146,6 @@ PHP_MINIT_FUNCTION(http)
        || SUCCESS != PHP_MINIT_CALL(http_curl)
 #endif
        || SUCCESS != PHP_MINIT_CALL(http_request_datashare)
-       || SUCCESS != PHP_MINIT_CALL(http_request_method)
        || SUCCESS != PHP_MINIT_CALL(http_request_pool)
        || SUCCESS != PHP_MINIT_CALL(http_url)
        || SUCCESS != PHP_MINIT_CALL(http_env)