History log of /PHP-7.3/Zend/zend_variables.c (Results 51 – 75 of 204)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 1266515e 05-Jan-2015 Nikita Popov

Fix uses of zval_add_ref and add comment on usage

zval_add_ref should be used as a copy ctor, after the value was
already copied.

In particular when used with hash insertions, i

Fix uses of zval_add_ref and add comment on usage

zval_add_ref should be used as a copy ctor, after the value was
already copied.

In particular when used with hash insertions, it should be applied
to the return value of the insert function.

show more ...


# faa41715 05-Jan-2015 Xinchen Hui

Add test script and use efree_size


# 40230eef 05-Jan-2015 Xinchen Hui

Revert "Revert "Fix memory leak when dereferencing reference with refcount 1""

This reverts commit 7aab9659ee9c8bc15490d16b4064d64a3846147c.


# 7aab9659 05-Jan-2015 Xinchen Hui

Revert "Fix memory leak when dereferencing reference with refcount 1"

This reverts commit f4cb5cc09d44e6940fecebe52b8013b288ed67c4.

breaks tests Zend/tests/bug27268.phpt and Zend/te

Revert "Fix memory leak when dereferencing reference with refcount 1"

This reverts commit f4cb5cc09d44e6940fecebe52b8013b288ed67c4.

breaks tests Zend/tests/bug27268.phpt and Zend/tests/bug68262.phpt

show more ...


# f4cb5cc0 04-Jan-2015 Bob Weinand

Fix memory leak when dereferencing reference with refcount 1


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 3727e264 25-Nov-2014 Dmitry Stogov

Improved zend_hash_clean() and added new optimized zend_symtable_clean()


# fb42d9d4 25-Nov-2014 Dmitry Stogov

Use inline version of zval_ptr_dtor()


# ab7b38e3 25-Nov-2014 Dmitry Stogov

Added new optimized zend_array_destroy() function


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35
# 9dfa843a 07-Nov-2014 Dmitry Stogov

Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# 1b4fd582 24-Oct-2014 Anatol Belski

fix datatype mismatch warnings


# 0e270661 20-Oct-2014 Dmitry Stogov

Use ADDREF instead of DUP, it must be enough.


Revision tags: php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1
# 06d0230a 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH


Revision tags: php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1
# 99f0760b 09-Sep-2014 Tjerk Meesters

Fixed #67985 - Incorrect last used array index copied to new array after unset

In master zend_array_dup() is used to do this properly; this is a workaround.


Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 661f90d4 26-Aug-2014 Dmitry Stogov

Replaced Zend Memory Manager


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# edd9fcab 26-Jul-2014 Nikita Popov

Fix leaks

Must find a good way to handle constant expressions...


Revision tags: php-5.5.15, php-5.4.31
# f81956cb 22-Jul-2014 Dmitry Stogov

Fixed GC bug


# 6cc487df 18-Jul-2014 Xinchen Hui

Revert "stash" (pushed by accident)

This reverts commit a18bf5fc9303e2739ee7026bdb3bbf272bf4baa8.


# a18bf5fc 16-Jul-2014 Xinchen Hui

stash


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 6bf24f4d 04-Jul-2014 Dmitry Stogov

Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)


123456789