Skip to content

Commit 0adfa03

Browse files
author
Julien Pauli
committed
Merged PR php#911.
1 parent 094d409 commit 0adfa03

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ PHP NEWS
2424
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
2525
. Fixed bug #65576 (Constructor from trait conflicts with inherited
2626
constructor). (dunglas at gmail dot com)
27+
. Removed ZEND_ACC_FINAL_CLASS, promoting ZEND_ACC_FINAL as final class
28+
modifier. (Guilherme Blanco)
2729

2830
- Date:
2931
. Fixed day_of_week function as it could sometimes return negative values

UPGRADING.INTERNALS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
1313
l. get_class_name object handler info
1414
m. Other portable macros info
1515
n. ZEND_ENGINE_2 removal
16+
o. Updated final class modifier
1617

1718
2. Build system changes
1819
a. Unix build system changes
@@ -123,6 +124,9 @@ PHP 7.0 INTERNALS UPGRADE NOTES
123124
ZEND_NORETURN is defined as __declspec(noreturn) on VS
124125

125126
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.
126130

127131
========================
128132
2. Build system changes

0 commit comments

Comments
 (0)