File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ PHP NEWS
24
24
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
25
25
. Fixed bug #65576 (Constructor from trait conflicts with inherited
26
26
constructor). (dunglas at gmail dot com)
27
+ . Removed ZEND_ACC_FINAL_CLASS, promoting ZEND_ACC_FINAL as final class
28
+ modifier. (Guilherme Blanco)
27
29
28
30
- Date:
29
31
. Fixed day_of_week function as it could sometimes return negative values
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
13
13
l. get_class_name object handler info
14
14
m. Other portable macros info
15
15
n. ZEND_ENGINE_2 removal
16
+ o. Updated final class modifier
16
17
17
18
2. Build system changes
18
19
a. Unix build system changes
@@ -123,6 +124,9 @@ PHP 7.0 INTERNALS UPGRADE NOTES
123
124
ZEND_NORETURN is defined as __declspec(noreturn) on VS
124
125
125
126
n. The ZEND_ENGINE_2 macro has been removed. A ZEND_ENGINE_3 macro has been added.
127
+
128
+ o. Removed ZEND_ACC_FINAL_CLASS in favour of ZEND_ACC_FINAL, turning final class
129
+ modifier now a different class entry flag. Update your extensions.
126
130
127
131
========================
128
132
2. Build system changes
You can’t perform that action at this time.
0 commit comments