We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3977650 commit 88d8117Copy full SHA for 88d8117
UPGRADING.INTERNALS
@@ -48,6 +48,7 @@ PHP 8.6 INTERNALS UPGRADE NOTES
48
. The WRONG_PARAM_COUNT and ZEND_WRONG_PARAM_COUNT() macros have been
49
removed. Call zend_wrong_param_count(); followed by RETURN_THROWS();
50
instead.
51
+ . PHP_HAVE_STREAMS macro removed from <php.h>.
52
53
========================
54
2. Build system changes
main/php.h
@@ -23,7 +23,6 @@
23
#endif
24
25
#define PHP_API_VERSION 20250926
26
-#define PHP_HAVE_STREAMS
27
#define YYDEBUG 0
28
#define PHP_DEFAULT_CHARSET "UTF-8"
29
0 commit comments