History log of /php-src/Zend/zend_vm_def.h (Results 51 – 75 of 2282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a11c8a30 16-Dec-2022 Arnaud Le Blanc

Limit stack size (#9104)

# 77ee92a5 28-Nov-2022 Jorg Adam Sowa

Remove unnecessary usage of CONST_CS

Closes GH-9685.

# 8731fb2d 11-Nov-2022 Ilija Tovilo

Fix caching of default params with side-effects

Fixes GH-9965
Closes GH-9935

# 08f9b50a 07-Nov-2022 Dmitry Stogov

Merge branch 'PHP-8.2'

* PHP-8.2:
Don't check "fake" closures (fix assertion)


# 05b63b15 07-Nov-2022 Dmitry Stogov

Don't check "fake" closures (fix assertion)

Fixes oss-fuzz #53078

# 6d298cc7 26-Oct-2022 蝦米

Optimize spread operator for packed arrays (fix GH-9794) (#9796)

# 77eadc5c 22-Oct-2022 Arnaud Le Blanc

Merge branch 'PHP-8.2'

* PHP-8.2:
[ci skip] NEWS
[ci skip] NEWS
[ci skip] NEWS
Fix compilation warning
Fix crash when memory limit is exceeded during generator

Merge branch 'PHP-8.2'

* PHP-8.2:
[ci skip] NEWS
[ci skip] NEWS
[ci skip] NEWS
Fix compilation warning
Fix crash when memory limit is exceeded during generator initialization

show more ...


# cfd5fb98 22-Oct-2022 Arnaud Le Blanc

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
[ci skip] NEWS
[ci skip] NEWS
Fix compilation warning
Fix crash when memory limit is exceeded during generator initiali

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
[ci skip] NEWS
[ci skip] NEWS
Fix compilation warning
Fix crash when memory limit is exceeded during generator initialization

show more ...


# ebe58459 22-Oct-2022 Arnaud Le Blanc

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
[ci skip] NEWS
Fix compilation warning
Fix crash when memory limit is exceeded during generator initialization


# 26c7c82d 21-Oct-2022 Arnaud Le Blanc

Fix crash when memory limit is exceeded during generator initialization

# 519c21f8 07-Oct-2022 Máté Kocsis

Do not overwrite the zobj variable in ASSIGN_OBJ opcode (#9684)

# c083efb7 26-Sep-2022 Dmitry Stogov

Fix memory leak

Fixes oss-fuzz #51622

# 5ad8b3bc 26-Sep-2022 Dmitry Stogov

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
Fix memory leak


# b20568d4 26-Sep-2022 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix memory leak


# 8258b773 26-Sep-2022 Dmitry Stogov

Fix memory leak

Fixes oss-fuzz #51622

# 6a793535 19-Aug-2022 George Peter Banyard

Merge branch 'PHP-8.1'


# c36a1ea1 19-Aug-2022 George Peter Banyard

Merge branch 'PHP-8.0' into PHP-8.1


# ba029fce 19-Aug-2022 Tim Starling

Fix GH-9323: crash when the VM enters userspace code via the GC

Closes GH-9323

# 7eba683e 15-Aug-2022 twosee

Fix unexpected deprecated dynamic property warning (#9324)

Occurred when exit() with uncaught exception in finally block.

# 0f29436a 15-Aug-2022 Ilija Tovilo

Remove useless UNEXPECTED around RETURN_VALUE_USED in specialized RETVAL handler (#9329)

This can lead to funny code like UNEXPECTED(1) which is non-sensical.

# 3b62d660 04-Aug-2022 sji

Implement constants in traits (#8888)

RFC: https://wiki.php.net/rfc/constants_in_traits

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22
# 625f1649 20-Jul-2022 Bob Weinand

Include internal functions in the observer API

There are two main motivations to this:
a) The logic for handling internal and userland observation can be unified.
b) Unwinding of obs

Include internal functions in the observer API

There are two main motivations to this:
a) The logic for handling internal and userland observation can be unified.
b) Unwinding of observed functions on a bailout does notably not include observers. Even if users of observers were to ensure such handling themselves, it would be impossible to retain the relative ordering - either the user has to unwind all internal observed frames before the automatic unwinding (zend_observer_fcall_end_all) or afterwards, but not properly interleaved.

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>

show more ...

Revision tags: php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1
# 2bc6025c 16-Jul-2022 Aaron Piotrowski

Prevent fiber switching in tick function and signal handlers (#9028)

Revision tags: php-8.0.21, php-8.1.8, php-8.2.0alpha3
# 5bfc1608 22-Jun-2022 Derick Rethans

Don't shortcut empty oparray executions if zend_execute_ex has been overridden

Revision tags: php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17
# ddc0b490 10-Mar-2022 Ilija Tovilo

Allow arbitrary const expressions in backed enums

Closes GH-7821
Closes GH-8190
Closes GH-8418

12345678910>>...92