]> granicus.if.org Git - php/commitdiff
Document removal of uint and ulong typedefs
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 19 Jun 2019 07:45:15 +0000 (09:45 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 19 Jun 2019 07:45:15 +0000 (09:45 +0200)
UPGRADING.INTERNALS

index b53745b0f00e51b41eef7483ce20422134d0f29f..94a835ef398750620454ebf98741c1946ffb4093 100644 (file)
@@ -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
 ========================