Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion main/php.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#endif

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

Expand Down