History log of /PHP-7.0/Zend/zend_vm_execute.h (Results 26 – 50 of 1172)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aa9f8e69 18-Apr-2016 Xinchen Hui

combine conditions


Revision tags: php-5.6.21RC1
# d1a38743 16-Apr-2016 Nikita Popov

Fix SEND_UNPACK array separation

Separating only immutable arrays is not enough.


# 15d1d4f4 16-Apr-2016 Bob Weinand

Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)


# 4e585eb4 12-Apr-2016 Nikita Popov

Fix ZEND_SEPARATE for by-val func returning ref zval


# 6a2eee52 12-Apr-2016 Nikita Popov

Drop unnecessary ZEND_SEPARATE code

The following write ops will separate if necessary.


Revision tags: php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5
# 2e6d7078 29-Mar-2016 Xinchen Hui

Fixed bug #71914 (Reference is lost in "switch")


# 5546f8be 17-Mar-2016 Xinchen Hui

Fixed bug #71841 (EG(error_zval) is not handled well)


Revision tags: php-5.6.20RC1, php-7.0.5RC1
# f8506c06 10-Mar-2016 Dmitry Stogov

More effecient fix for bug #71756


Revision tags: php-5.6.19, php-5.5.33, php-7.0.4
# 3ea877ca 24-Feb-2016 Nikita Popov

Fix "Call to member function on unknown"

Should be "on null".


# 25fbb06e 18-Feb-2016 Dmitry Stogov

Better fix for bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())


# 3ce6ad9d 18-Feb-2016 Bob Weinand

Fixed bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())


Revision tags: php-5.6.19RC1, php-7.0.4RC1
# 9cebdc5d 11-Feb-2016 Nikita Popov

Fix yield-by-ref of constant

Typo in the condition...


# 1322672c 11-Feb-2016 Nikita Popov

Fix dangling send target when using yield from

Also drop some unnecessary TRY_DELREFs -- leftovers from the days
when null was refcounted.


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32
# e0627594 30-Jan-2016 Xinchen Hui

Fixed bug #71485 (Return typehint on interanal func causes Fatal error when it throws exception).


# 6039d2d9 28-Jan-2016 Dmitry Stogov

Fixed bug #71474 (Crash because of VM stack corruption on Magento2).


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 97a9470d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


# 3537e95d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


Revision tags: php-7.0.2RC1
# 0402f05b 21-Dec-2015 Dmitry Stogov

Fixed possible crash on Zend/tests/bug71154.phpt


# a917840f 17-Dec-2015 Nikita Popov

Fixed iter leak on by-ref foreach over const/tmp array

FE_FREE does not unregister the iter for plain arrays. So always
wrap into a REF wrapper, even if not strictly necessary, in
RE

Fixed iter leak on by-ref foreach over const/tmp array

FE_FREE does not unregister the iter for plain arrays. So always
wrap into a REF wrapper, even if not strictly necessary, in
RESET_RW. Alternatively we could use a flag to distinguish plain
positions and interators.

Also added a check for leaked iterators in shutdown_executor.

show more ...


# 9e44b6a6 17-Dec-2015 Dmitry Stogov

Fixed incorrect exception handling


# 37f34252 10-Dec-2015 Nikita Popov

Fix Foo::${42} and similar

Fixes segfault on direct use, segfault on opcache evaluated use,
leak on temporary use.

Fixes analogeous segfault for ${42} on opcache eval as well.


Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0
# 25c5d185 30-Nov-2015 Dmitry Stogov

Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed)


Revision tags: php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1
# d66d1b97 10-Nov-2015 Dmitry Stogov

Fixed incorrect order of free/finally on exception


# 2f2653aa 04-Nov-2015 Xinchen Hui

Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)


Revision tags: php-5.6.15, php-7.0.0RC6
# 0172f198 26-Oct-2015 Dmitry Stogov

Fixed inconsistent exception handling (uopz/tests/006.phpt was failed when PHP build with --disable-gcc-global-regs).


12345678910>>...47