removed awkward custom error handling and http\Object base class
[m6w6/ext-http] / php_http.c
index 62c1f8dd7a91e1220386166ddc5dfae9ebae5552..2ed94c8e1bf78cdf231445735a29ec05ffc64d70 100644 (file)
@@ -134,7 +134,6 @@ PHP_MINIT_FUNCTION(http)
        REGISTER_INI_ENTRIES();
        
        if (0
-       || SUCCESS != PHP_MINIT_CALL(http_object)
        || SUCCESS != PHP_MINIT_CALL(http_exception)
        || SUCCESS != PHP_MINIT_CALL(http_cookie)
        || SUCCESS != PHP_MINIT_CALL(http_encoding)