History log of /PHP-8.3/Zend/zend_object_handlers.c (Results 326 – 350 of 624)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 54c338ac 16-Apr-2014 Dmitry Stogov

Fixed reference counting


# e99e6958 15-Apr-2014 Dmitry Stogov

Cleanup


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# b178992c 11-Apr-2014 Dmitry Stogov

Temporary fix for Zend/tests/bug46238.phpt


# 99d1a1bb 11-Apr-2014 Bob Weinand

Shut up, my lovely compiler; I do not like your warnings


# f449b047 10-Apr-2014 Nikita Popov

Fix some ZTS issues and leaks


Revision tags: php-5.6.0beta1
# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...


Revision tags: php-5.4.27
# 4456bfaa 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11
# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places


# 8bfd9a0e 27-Mar-2014 Dmitry Stogov

Fixed memory leak


# 887189ca 26-Mar-2014 Dmitry Stogov

Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 2adecc6d 18-Mar-2014 Dmitry Stogov

Fixed reference separation


# 5343cd32 06-Mar-2014 Dmitry Stogov

Fixed guard support in magic method __set()


Revision tags: php-5.5.10
# 37337373 05-Mar-2014 Dmitry Stogov

Handle interned strings as non-refcounted scalars


Revision tags: php-5.4.26
# db7b5325 04-Mar-2014 Dmitry Stogov

Fixed IS_REFERENCE separation


# f88816ac 04-Mar-2014 Dmitry Stogov

Fixed next index insetion through magic function ($obj[] = ...)


# 46ab80b4 28-Feb-2014 Dmitry Stogov

Temporary fix for reference counting


# 29d61b65 28-Feb-2014 Dmitry Stogov

Fixed refcounting


# e26722c2 28-Feb-2014 Dmitry Stogov

Fixed access to undefined properties


# e43d0d17 27-Feb-2014 Dmitry Stogov

fixed refcounting in "$a->magic_prop += 2"


# c5a50858 27-Feb-2014 Dmitry Stogov

Fixed refcounting


# 9d6cce62 27-Feb-2014 Dmitry Stogov

Fixed __get() related memleak


# 1c3ba95b 27-Feb-2014 Dmitry Stogov

Refactored read_property() and read_dimension() handlers


Revision tags: php-5.6.0alpha3
# f4a70fa7 26-Feb-2014 Xinchen Hui

Fixed has_propery


# 40a9132d 25-Feb-2014 Xinchen Hui

zend_hash_add might return NULL in ext/standard/tests/serialize/serialization_objects_011.php


# 346d52c2 25-Feb-2014 Xinchen Hui

Fixed asseration fail


1...<<11121314151617181920>>...25