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:
@@ -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
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#endif
|
||||
|
||||
#define PHP_API_VERSION 20250926
|
||||
#define PHP_HAVE_STREAMS
|
||||
#define YYDEBUG 0
|
||||
#define PHP_DEFAULT_CHARSET "UTF-8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user