Skip to content

Commit 86aac3e

Browse files
committed
uint/ulong removal may affect other platforms as well
1 parent 2bf38af commit 86aac3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.INTERNALS

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
213213
an exception. For instructions on how to gracefully handle this see
214214
https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
215215

216-
u. The Windows typedefs uint and ulong are no longer available, and have to be
217-
replaced with standard types.
216+
u. The typedefs uint and ulong are no longer guaranteed to be available, and
217+
have to be replaced with standard types.
218218

219219
v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
220220
others) with 0, ZEND_ASSIGN_DIM, ZEND_ASSIGN_OBJ or

0 commit comments

Comments
 (0)