summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-13 15:37:36 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-13 15:37:36 +0200
commitf573ba1948a8d5b1356d7741d03f1a18f4921d5d (patch)
treeaff535f1075af2dc43d5c51bd225ac710c2a59d3 /UPGRADING.INTERNALS
parent4e0af6d8625e278956791237f874499afd26d34b (diff)
downloadphp-git-f573ba1948a8d5b1356d7741d03f1a18f4921d5d.tar.gz
Update changelogs
- PHP-7.4 alpha, beta, RC versions already include bugs logged in the NEWS - some links to RFCs - php_error_docref0
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS7
1 files changed, 5 insertions, 2 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 48e3c07de5..7a718f397d 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -23,7 +23,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
t. Exceptions thrown by string conversions.
u. Removed uint and ulong typedefs
v. Compound assignment opcodes
- z. APACHE symbol removed
+ w. APACHE symbol removed
+ x. php_error_docref0() renamed to php_error_docref()
2. Build system changes
a. Abstract
@@ -220,7 +221,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
ZEND_ASSIGN_DIM_OP, ZEND_ASSIGN_OBJ_OP and ZEND_ASSIGN_STATIC_PROP_OP with
ZEND_ADD (or other) in extended_value.
- z. APACHE symbol has been removed and is no longer defined.
+ w. APACHE symbol has been removed and is no longer defined.
+
+ x. php_error_docref0() has been removed and renamed to php_error_docref().
========================
2. Build system changes