Commit 88d811708ba for php.net

commit 88d811708baef9e3014ed195502385c6bf2adba8
Author: Peter Kokot <peterkokot@gmail.com>
Date:   Mon Nov 17 13:05:22 2025 +0100

    Remove PHP_HAVE_STREAMS (#20508)

    This was once an indicator for PHP extensions whether PHP 4.3.0 or later
    is used. Today, this is redundant.

diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 33632968368..e35557e71f4 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -48,6 +48,7 @@ PHP 8.6 INTERNALS UPGRADE NOTES
   . The WRONG_PARAM_COUNT and ZEND_WRONG_PARAM_COUNT() macros have been
     removed. Call zend_wrong_param_count(); followed by RETURN_THROWS();
     instead.
+  . PHP_HAVE_STREAMS macro removed from <php.h>.

 ========================
 2. Build system changes
diff --git a/main/php.h b/main/php.h
index 8bb47ed2758..32222cfca94 100644
--- a/main/php.h
+++ b/main/php.h
@@ -23,7 +23,6 @@
 #endif

 #define PHP_API_VERSION 20250926
-#define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 #define PHP_DEFAULT_CHARSET "UTF-8"