Skip to content

Commit 571c6bc

Browse files
committed
Document removal of uint and ulong typedefs
1 parent fb95043 commit 571c6bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
2121
r. TSRM environment locking
2222
s. Typed references support
2323
t. Exceptions thrown by string conversions.
24+
u. Removed uint and ulong typedefs
2425

2526
2. Build system changes
2627
a. Abstract
@@ -208,6 +209,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
208209
an exception. For instructions on how to gracefully handle this see
209210
https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
210211

212+
u. The Windows typedefs uint and ulong are no longer available, and have to be
213+
replaced with standard types.
214+
211215
========================
212216
2. Build system changes
213217
========================

0 commit comments

Comments
 (0)