From 571c6bc3f3a6e5e2422dd253e04e9dd8dc740f09 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 19 Jun 2019 09:45:15 +0200 Subject: [PATCH] Document removal of uint and ulong typedefs --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index b53745b0f0..94a835ef39 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -21,6 +21,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES r. TSRM environment locking s. Typed references support t. Exceptions thrown by string conversions. + u. Removed uint and ulong typedefs 2. Build system changes a. Abstract @@ -208,6 +209,9 @@ 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. + ======================== 2. Build system changes ======================== -- 2.50.1