History log of /PHP-7.1/Zend/zend_execute_API.c (Results 201 – 225 of 790)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 6b303a6b 06-Mar-2014 Dmitry Stogov

Fixed refcounting


# 8d2fb9d4 06-Mar-2014 Dmitry Stogov

Internal functions may return (e.g. on wrong arguments) keeping the original return_value. So we have to initialize return_value as IS_NULL.


# f3b4b168 05-Mar-2014 Dmitry Stogov

Fixed passing reference by value in call_user_func()


# 018be97c 05-Mar-2014 Dmitry Stogov

Fixed support for undefined constants in RECV_INIT


# 84c092f6 05-Mar-2014 Dmitry Stogov

Fixed by reference parameter passing from internal functions


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
# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions


# 3810b4ab 27-Feb-2014 Dmitry Stogov

Fixed constant expressions in array indeces handling


12345678910>>...32