X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message.c;h=0d11d0168ae0b53fe15988bd6748265ad7727022;hp=ad08d7fc38fe72e2a60a2ef7267f6bf51850f23e;hb=4743c5114bcdcf8d478e140beb63fecfeccd01a4;hpb=25299586e95bdb7a1c522df19c4c690955bfac1b diff --git a/php_http_message.c b/php_http_message.c index ad08d7f..0d11d01 100644 --- a/php_http_message.c +++ b/php_http_message.c @@ -948,7 +948,7 @@ PHP_MINIT_FUNCTION(http_message) php_http_message_object_handlers.get_properties = php_http_message_object_get_props; php_http_message_object_handlers.get_property_ptr_ptr = php_http_message_object_get_prop_ptr; - zend_class_implements(php_http_message_class_entry TSRMLS_CC, 3, spl_ce_Countable, zend_ce_serializable, zend_ce_iterator, php_http_fluently_callable_class_entry); + zend_class_implements(php_http_message_class_entry TSRMLS_CC, 3, spl_ce_Countable, zend_ce_serializable, zend_ce_iterator); zend_hash_init(&php_http_message_object_prophandlers, 9, NULL, NULL, 1); zend_declare_property_long(php_http_message_class_entry, ZEND_STRL("type"), PHP_HTTP_NONE, ZEND_ACC_PROTECTED TSRMLS_CC);