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