1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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.
This commit is contained in:
Peter Kokot
2025-11-17 13:05:22 +01:00
committed by GitHub
parent 3977650820
commit 88d811708b
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -23,7 +23,6 @@
#endif
#define PHP_API_VERSION 20250926
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"