summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-12-11 23:44:46 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-11 23:44:46 +0100
commit86aac3eed24ddc8ace3661ea1c3b50aa3d45f883 (patch)
tree3e06282743ede27afdec67dffe53a1a0e6ad16e1 /UPGRADING.INTERNALS
parent2bf38aff79a649175bc4f7448df5350771a49f73 (diff)
downloadphp-git-86aac3eed24ddc8ace3661ea1c3b50aa3d45f883.tar.gz
uint/ulong removal may affect other platforms as well
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 8c85e6ddd0..84aea93828 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -213,8 +213,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
an exception. For instructions on how to gracefully handle this see
https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
- u. The Windows typedefs uint and ulong are no longer available, and have to be
- replaced with standard types.
+ u. The typedefs uint and ulong are no longer guaranteed to be available, and
+ have to be replaced with standard types.
v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
others) with 0, ZEND_ASSIGN_DIM, ZEND_ASSIGN_OBJ or