X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_object.c;h=d7f1a0f85cbfa977957df920ca130cac65eb68c2;hb=921522e44830f4f04cfbaeeffb52c6b1fb9dceaa;hp=c278e6bc08b9b75c700b198bf386173154ffcf49;hpb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;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);