remove FluentlyCallable interface
[m6w6/ext-http] / php_http.c
index 0b47165a3c1c319cbde7e8d42f998d1ed5a350e8..fb49548a7ce8a9d19a2a3179ed77fb733d277a9c 100644 (file)
@@ -135,7 +135,6 @@ PHP_MINIT_FUNCTION(http)
        REGISTER_INI_ENTRIES();
        
        if (0
-       || SUCCESS != PHP_MINIT_CALL(http_fluently_callable)
        || SUCCESS != PHP_MINIT_CALL(http_object)
        || SUCCESS != PHP_MINIT_CALL(http_exception)
        || SUCCESS != PHP_MINIT_CALL(http_persistent_handle)