X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_object.c;h=d7f1a0f85cbfa977957df920ca130cac65eb68c2;hb=cd4b861addec695f3b7d78c5184294c34c5ab732;hp=c278e6bc08b9b75c700b198bf386173154ffcf49;hpb=d5de4f9eae86ae1dab0f8a906bf9543710ae124d;p=m6w6%2Fext-http diff --git a/php_http_object.c b/php_http_object.c index c278e6b..d7f1a0f 100644 --- a/php_http_object.c +++ b/php_http_object.c @@ -173,7 +173,7 @@ PHP_METHOD(HttpObject, triggerError) PHP_MINIT_FUNCTION(http_object) { - PHP_HTTP_REGISTER_CLASS(http, Object, http_object, NULL, ZEND_ACC_ABSTRACT); + PHP_HTTP_REGISTER_CLASS(http, Object, http_object, NULL, ZEND_ACC_EXPLICIT_ABSTRACT_CLASS); php_http_object_get_class_entry()->create_object = php_http_object_new; zend_declare_property_null(php_http_object_get_class_entry(), ZEND_STRL("defaultErrorHandling"), (ZEND_ACC_STATIC|ZEND_ACC_PROTECTED) TSRMLS_CC);