]> granicus.if.org Git - php/commitdiff
uint/ulong removal may affect other platforms as well
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 11 Dec 2019 22:44:46 +0000 (23:44 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 11 Dec 2019 22:44:46 +0000 (23:44 +0100)
UPGRADING.INTERNALS

index 8c85e6ddd02188a835bcfb50fb91ee0151622b31..84aea93828ee489d845ac44221ad639c0d45c97e 100644 (file)
@@ -213,8 +213,8 @@ 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.
+  u. The typedefs uint and ulong are no longer guaranteed to be available, and
+     have to be replaced with standard types.
 
   v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
      others) with 0, ZEND_ASSIGN_DIM, ZEND_ASSIGN_OBJ or