History log of /PHP-7.3/Zend/zend_API.c (Results 301 – 325 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 58f0f250 03-Apr-2014 Dmitry Stogov

Various VM optimizations


# 76cc99fe 03-Apr-2014 Dmitry Stogov

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


Revision tags: php-5.4.27
# 042c937f 01-Apr-2014 Dmitry Stogov

Use STR_COPY() instead of STR_DUP() where possible


Revision tags: php-5.5.11
# 3647fc6f 28-Mar-2014 Xinchen Hui

Refactor session (incompleted)


# ea85451b 27-Mar-2014 Dmitry Stogov

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


# d83d34ba 27-Mar-2014 Dmitry Stogov

Cleanup


# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


# 54d559d8 27-Mar-2014 Dmitry Stogov

Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))


# 887189ca 26-Mar-2014 Dmitry Stogov

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


# acc71976 19-Mar-2014 Dmitry Stogov

More accurate zval comparison


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# d708d3c5 11-Mar-2014 Dmitry Stogov

Fixed passing arguments by reference from internal functions


# 3da247e7 07-Mar-2014 Xinchen Hui

Forgot to remove unused codes


# 4b3e6fc1 07-Mar-2014 Xinchen Hui

Refactor reference handling


# 81531116 07-Mar-2014 Dmitry Stogov

Fixed support for references


# 84f20dc2 05-Mar-2014 Xinchen Hui

Invalid free of args("+")


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

Handle interned strings as non-refcounted scalars


# 36f01f15 05-Mar-2014 Xinchen Hui

Fixed NULL pointer dereference


Revision tags: php-5.4.26
# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.


# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions


# ca146a6e 03-Mar-2014 Xinchen Hui

Elements in array could be reference


# 84342371 28-Feb-2014 Dmitry Stogov

Fixed user stream filters


# 0680cdb4 28-Feb-2014 Xinchen Hui

Fixed refcount handling


# d0311ad2 28-Feb-2014 Dmitry Stogov

Fixed method argument parsing


# 9d1294e3 28-Feb-2014 Dmitry Stogov

Fixed memory leak


# 3ed445f7 28-Feb-2014 Dmitry Stogov

Fixed IS_REFERENCE support


1...<<11121314151617181920>>...36