Skip to content

Commit

Permalink
uint/ulong removal may affect other platforms as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Dec 11, 2019
1 parent 2bf38af commit 86aac3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86aac3e

Please sign in to comment.