History log of /PHP-8.3/Zend/zend_execute_API.c (Results 501 – 525 of 1106)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 53e312c6 11-Mar-2014 Xinchen Hui

Review ended

Revert "An demo(for review) to show how to fix the problem(symbol table resize)"

This reverts commit 60c354510b6731ec8348af9c5e230a4859c7c383.

# 60c35451 10-Mar-2014 Xinchen Hui

An demo(for review) to show how to fix the problem(symbol table resize)

# 80625f20 10-Mar-2014 Xinchen Hui

Revert "An demo(for review) to show how to fix the problem we meet"

This reverts commit 4aeae157062f69deb36e16f13ff0ddff62fd487c.

# 4aeae157 10-Mar-2014 Xinchen Hui

An demo(for review) to show how to fix the problem we meet

# 4b40e40a 09-Mar-2014 Xinchen Hui

Fixed memleak while sending IS_REFERENCE

1...<<21222324252627282930>>...45