History log of /PHP-8.3/Zend/zend_execute_API.c (Results 401 – 425 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fb4e0a63 16-Apr-2014 Dmitry Stogov

Removed invalid STR_RELEASE()


# e99e6958 15-Apr-2014 Dmitry Stogov

Cleanup


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# 35b895fd 11-Apr-2014 Bob Weinand

Removed useless void* parameter and replaced with zend_bool on zval_update_constant* functions


# f614fc68 11-Apr-2014 Bob Weinand

Fix bug #66015 by reverting "Removed operations on constant arrays."


# 91ed685e 10-Apr-2014 Dmitry Stogov

Close all files and resources before before destroying object storage, because resources may point to objects. (THIS CHANGE MAY BE DANGEROUS)


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 ...


# 3d17219c 07-Apr-2014 Dmitry Stogov

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_h

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_hash_update_current_key() may work only with internal pointer.

show more ...


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


Revision tags: php-5.4.27
# 6b2ed577 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11
# 70b7950a 01-Apr-2014 Dmitry Stogov

Exclude interned flags from constant flags


# ea85451b 27-Mar-2014 Dmitry Stogov

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


# 9a8fbdf2 27-Mar-2014 Dmitry Stogov

Use CV variable offset instead of CV variable number


# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


# f53c3126 26-Mar-2014 Dmitry Stogov

Fixed symbol table detaching


# 887189ca 26-Mar-2014 Dmitry Stogov

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


# ef6919e6 21-Mar-2014 Dmitry Stogov

Fixed static data cleanup


# 6123deb3 20-Mar-2014 Dmitry Stogov

Fixed refcounting (proper fix)


# cce7d5a1 20-Mar-2014 Dmitry Stogov

Fixed refcounting


# 36cd92a7 20-Mar-2014 Dmitry Stogov

Fixed passing argument by refefence from internal functions


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

Fixed cleanup on request shutdown


# aa5f5530 17-Mar-2014 Dmitry Stogov

Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*


# d708d3c5 11-Mar-2014 Dmitry Stogov

Fixed passing arguments by reference from internal functions


1...<<11121314151617181920>>...41