History log of /PHP-7.4/Zend/zend_compile.h (Results 151 – 175 of 837)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 591fe26d 11-Dec-2015 Nikita Popov

Remove BP_VAR_REF

The distinction between BP_VAR_REF and BP_VAR_W is no longer
revelant, since we dropped support for =& new.


# 3fa86105 10-Dec-2015 Nikita Popov

Remove FETCH_STATIC_MEMBER flag


# a75c1950 08-Dec-2015 Dmitry Stogov

Implemented the RFC `Support Class Constant Visibility`.

Squashed commit of the following:

commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9
Author: Dmitry Stogov <dmitry@zend.com

Implemented the RFC `Support Class Constant Visibility`.

Squashed commit of the following:

commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Dec 8 12:38:42 2015 +0300

Fixed test expectation

commit 211f873f542504d0a0f72b6b5cb23908a1c99a2d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Dec 8 12:28:38 2015 +0300

Embed zend_class_constant.flags into zend_class_constants.value.u2.access_flags

commit 51deab84b2cdbf9cdb1a838cf33b2ee45c61748b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Dec 7 11:18:55 2015 +0300

Fixed issues found by Nikita

commit 544dbd5b47e40d38a8ccb96bc5583e9cb7fdd723
Author: Dmitry Stogov <dmitry@zend.com>
Date: Sat Dec 5 02:41:05 2015 +0300

Refactored immplementation of https://wiki.php.net/rfc/class_const_visibility
@reeze created an RFC here and I emailed internals here and didn't get any responses positive/negative.

show more ...


# e603769c 17-Nov-2015 Dmitry Stogov

Fixed signed/unsigned mismatch


# 843c1657 17-Nov-2015 Dmitry Stogov

Don't undo/redo "pass two" for jump targets in opcache optimizer.


# 3a5fa926 13-Nov-2015 Dmitry Stogov

Squashed commit of the following:

commit afe963e6cc289696e60c6c679796ba2197c52b3b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Nov 13 15:32:29 2015 +0300

Added ne

Squashed commit of the following:

commit afe963e6cc289696e60c6c679796ba2197c52b3b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Nov 13 15:32:29 2015 +0300

Added news entry

commit a126b891c97848dd7ef8f1abf716328c46e0f19c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Nov 13 15:29:21 2015 +0300

VERIFY_RETURN_TYPE doesn't have to cleanup operand on exception, bacause now, live temporary variables are released by exception unwinder.

commit 0db475e98786e6bcaa8401ee3e0b33743b9a2f2b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Nov 12 22:55:39 2015 +0300

Fixed copy/paste

commit 0ac73fe7174bec9de9a610319a98b259bea67f7f
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Nov 11 16:11:50 2015 +0300

Fixed bug #62210 (Exceptions can leak temporary variables)

show more ...


# 998204ef 12-Nov-2015 Dmitry Stogov

Separate common part of compile_file() and compile_string() into zend_compile()


# baf97b1f 10-Nov-2015 Dmitry Stogov

We don't nees zend_op_array->brk_cont_array at run-time anymore.
Move zend_op_array->brk_cont_array into CG(context).brk_cont_array.
Use more compact zend_op_array->live_range instead of zend

We don't nees zend_op_array->brk_cont_array at run-time anymore.
Move zend_op_array->brk_cont_array into CG(context).brk_cont_array.
Use more compact zend_op_array->live_range instead of zend_op_array->brk_cont_array.
Semantic is kept unchanged.

show more ...


Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# ddb6d780 06-Oct-2015 Márcio Almada

Fix bug #70650


# e0b3b3c7 06-Oct-2015 Dmitry Stogov

Revert "Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())"

This reverts commit 517b5536259ecf7697f353f4bfbafde857fc1f81.


# 3c034805 06-Oct-2015 Dmitry Stogov

Revert "Speed up self::method() calls (no ZEND_FETCH_CLASS)"

This reverts commit 8c33bdb976e957ea67ebffd424e0a133a79c6ebe.


# 8c33bdb9 05-Oct-2015 Bob Weinand

Speed up self::method() calls (no ZEND_FETCH_CLASS)


# 517b5536 03-Oct-2015 Bob Weinand

Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
This additionally removes support for binding to an unknown (not in parent hierarchy) scope.
Removing suppo

Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
This additionally removes support for binding to an unknown (not in parent hierarchy) scope.
Removing support for cross-scope is necessary for certain compile-time assumptions (like class constants) to prevent unexpected results

show more ...


# 64a79817 30-Sep-2015 Dmitry Stogov

Reordered field to improve data lacality and reduce L1D CPU cache misses in ZEND_INIT_FCALL opcode family


Revision tags: php-5.5.30
# 45cb42f4 30-Sep-2015 Xinchen Hui

Simply use 0/1 instead as dmitry suggested


Revision tags: php-5.6.14
# df2ff751 29-Sep-2015 Xinchen Hui

Make ZEND_ECHO and removed ZEND_PRINT distinguishable


# 88e14744 29-Sep-2015 Xinchen Hui

Make ZEND_ECHO and removed ZEND_PRINT distinguishable


Revision tags: php-7.0.0RC4
# ca36b7bc 29-Sep-2015 Dmitry Stogov

Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information.
We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space

Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information.
We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.

show more ...


# 4a174ca7 23-Sep-2015 Bob Weinand

Fixed bug #70532 (respect set_exception_handler in phpdbg)


# 1a5d6acf 20-Sep-2015 Joe Watkins

ZEND_COMPILE_GUARDS compiler option


Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 942747cc 26-Aug-2015 Dmitry Stogov

Removed unused functions


Revision tags: php-5.6.13RC1, php-7.0.0RC1
# 6d681876 06-Aug-2015 Dmitry Stogov

Get rid of memcpy() in MAKE_NOP()


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 58596897 04-Aug-2015 Dmitry Stogov

Get rid of ZEND_FAST_CALL_UNBOUND


# a16aa4c4 04-Aug-2015 Dmitry Stogov

Move most "finally" related code-generation from pass_two() to compiler.


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 74380105 10-Jul-2015 Nikita Popov

Try to fix finally issue


12345678910>>...34