We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb95043 commit 571c6bcCopy full SHA for 571c6bc
UPGRADING.INTERNALS
@@ -21,6 +21,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
21
r. TSRM environment locking
22
s. Typed references support
23
t. Exceptions thrown by string conversions.
24
+ u. Removed uint and ulong typedefs
25
26
2. Build system changes
27
a. Abstract
@@ -208,6 +209,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
208
209
an exception. For instructions on how to gracefully handle this see
210
https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
211
212
+ u. The Windows typedefs uint and ulong are no longer available, and have to be
213
+ replaced with standard types.
214
+
215
========================
216
217
0 commit comments