From: Christoph M. Becker Date: Wed, 19 Jun 2019 07:45:15 +0000 (+0200) Subject: Document removal of uint and ulong typedefs X-Git-Tag: php-7.4.0alpha2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=571c6bc3f3a6e5e2422dd253e04e9dd8dc740f09;p=php Document removal of uint and ulong typedefs --- 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 ========================