We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b82ee commit 01e5ffcCopy full SHA for 01e5ffc
UPGRADING.INTERNALS
@@ -20,6 +20,12 @@ PHP 8.3 INTERNALS UPGRADE NOTES
20
EG(stack_base).
21
* EG(opline_before_exception) may now be null if the VM throws an exception
22
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.
29
30
========================
31
2. Build system changes
0 commit comments