Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PHP 8.4] Change
PHP_ZTS
constant usage to ZEND_THREAD_SAFE
In PHP 8.4, the type of `PHP_ZTS` changes from `int` to `bool`. See [PHP.Watch: PHP 8.4: `PHP_ZTS` and `PHP_DEBUG` constant value type changed from `int` to `bool`](https://php.watch/versions/8.4/PHP_ZTS-PHP_DEBUG-const-type-change). This changes the constants to `ZEND_THREAD_SAFE`, which contains the same value but as a `bool` across all PHP versions.
- Loading branch information