diff options
| author | Xinchen Hui <laruence@gmail.com> | 2014-02-28 13:59:07 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2014-02-28 13:59:07 +0800 |
| commit | a5ce7d526e77a7d0cce650c7b2c09a1c31ad39bb (patch) | |
| tree | b1e27e3de1c7f79ddbd25f8383e8681eac33962b /ext/reflection/php_reflection.c | |
| parent | 32311747496da82069017649590e0fec801443c2 (diff) | |
| download | php-git-a5ce7d526e77a7d0cce650c7b2c09a1c31ad39bb.tar.gz | |
Revert "Move zend_objects_store_put out of zend_object_std_init"
This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8.
Diffstat (limited to 'ext/reflection/php_reflection.c')
| -rw-r--r-- | ext/reflection/php_reflection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 075a642f6d..e82e13248e 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -325,7 +325,6 @@ static zend_object *reflection_objects_new(zend_class_entry *class_type TSRMLS_D intern->zo.ce = class_type; zend_object_std_init(&intern->zo, class_type TSRMLS_CC); - zend_objects_store_put(&intern->zo TSRMLS_CC); object_properties_init(&intern->zo, class_type); intern->zo.handlers = &reflection_object_handlers; return (zend_object*)intern; |
