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 @@ -31,6 +31,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
- The ZVAL_NEW_ARR() macro has been removed. Use array_init() or ZVAL_ARR
with zend_new_array() instead.
- The IGNORE_URL_WIN macro has been removed; it had no effect as of PHP 5.0.0.
- TsHashTable has been removed, it was not used in php-src and was not useful outside of php-src.
b. Zend Stream API has been changed to use "zend_string*" instead of "char*"
- zend_file_handle.filename now is zend_string*
- zend_file_handle.free_filename is removed. Now zend_file_handle.filename is always released.
Expand Down
347 changes: 0 additions & 347 deletions Zend/zend_ts_hash.c

This file was deleted.

Loading