mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
UPGRADING.INTERNALS: mention the header cleanups
This commit is contained in:
parent
13b82eef84
commit
01e5ffc85c
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ PHP 8.3 INTERNALS UPGRADE NOTES
|
||||||
EG(stack_base).
|
EG(stack_base).
|
||||||
* EG(opline_before_exception) may now be null if the VM throws an exception
|
* EG(opline_before_exception) may now be null if the VM throws an exception
|
||||||
before executing any opline.
|
before executing any opline.
|
||||||
|
* Many C header files have been cleaned up and include dependencies
|
||||||
|
have been reduced. Many headers which used to be always included by
|
||||||
|
Zend headers (e.g. "errno.h") are no longer implied, and this may
|
||||||
|
break the build of third-party extensions which relied on this
|
||||||
|
implementation detail. Those extensions may need to add the missing
|
||||||
|
#include lines.
|
||||||
|
|
||||||
========================
|
========================
|
||||||
2. Build system changes
|
2. Build system changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue