--- embedaddon/php/ext/reflection/php_reflection.h 2012/02/21 23:48:00 1.1.1.1 +++ embedaddon/php/ext/reflection/php_reflection.h 2012/05/29 12:34:42 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_reflection.h,v 1.1.1.1 2012/02/21 23:48:00 misho Exp $ */ +/* $Id: php_reflection.h,v 1.1.1.2 2012/05/29 12:34:42 misho Exp $ */ #ifndef PHP_REFLECTION_H #define PHP_REFLECTION_H @@ -40,6 +40,7 @@ extern PHPAPI zend_class_entry *reflection_object_ptr; extern PHPAPI zend_class_entry *reflection_method_ptr; extern PHPAPI zend_class_entry *reflection_property_ptr; extern PHPAPI zend_class_entry *reflection_extension_ptr; +extern PHPAPI zend_class_entry *reflection_zend_extension_ptr; PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);