projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5e651aa
)
use explicit abstract class flag
author
Michael Wallner
<mike@php.net>
Wed, 12 Dec 2012 11:44:25 +0000
(11:44 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 12 Dec 2012 11:44:25 +0000
(11:44 +0000)
php_http_object.c
patch
|
blob
|
history
diff --git
a/php_http_object.c
b/php_http_object.c
index c278e6bc08b9b75c700b198bf386173154ffcf49..d7f1a0f85cbfa977957df920ca130cac65eb68c2 100644
(file)
--- 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);