We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf38af commit 86aac3eCopy full SHA for 86aac3e
UPGRADING.INTERNALS
@@ -213,8 +213,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
213
an exception. For instructions on how to gracefully handle this see
214
https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
215
216
- u. The Windows typedefs uint and ulong are no longer available, and have to be
217
- 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.
218
219
v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
220
others) with 0, ZEND_ASSIGN_DIM, ZEND_ASSIGN_OBJ or
0 commit comments