Skip to content

Commit 00c668a

Browse files
authored
Drop TsHashTable (#7351)
1 parent e0e2e9a commit 00c668a

File tree

5 files changed

+3
-482
lines changed

5 files changed

+3
-482
lines changed

UPGRADING.INTERNALS

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
3131
- The ZVAL_NEW_ARR() macro has been removed. Use array_init() or ZVAL_ARR
3232
with zend_new_array() instead.
3333
- The IGNORE_URL_WIN macro has been removed; it had no effect as of PHP 5.0.0.
34+
- TsHashTable has been removed, it was not used in php-src and was not useful outside of php-src.
3435
b. Zend Stream API has been changed to use "zend_string*" instead of "char*"
3536
- zend_file_handle.filename now is zend_string*
3637
- zend_file_handle.free_filename is removed. Now zend_file_handle.filename is always released.

Zend/zend_ts_hash.c

-347
This file was deleted.

0 commit comments

Comments
 (0)