Skip to content

Commit 01e5ffc

Browse files
MaxKellermannGirgias
authored andcommitted
UPGRADING.INTERNALS: mention the header cleanups
1 parent 13b82ee commit 01e5ffc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING.INTERNALS

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ PHP 8.3 INTERNALS UPGRADE NOTES
2020
EG(stack_base).
2121
* EG(opline_before_exception) may now be null if the VM throws an exception
2222
before executing any opline.
23+
* Many C header files have been cleaned up and include dependencies
24+
have been reduced. Many headers which used to be always included by
25+
Zend headers (e.g. "errno.h") are no longer implied, and this may
26+
break the build of third-party extensions which relied on this
27+
implementation detail. Those extensions may need to add the missing
28+
#include lines.
2329

2430
========================
2531
2. Build system changes

0 commit comments

Comments
 (0)