1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/session
Nikita Popov 4633e70ab1 Fixed bug #80377
Make sure the $PHP_THREAD_SAFETY variable is always available
when configuring extensions. It was previously available for
phpized extensions, but for in-tree builds it was being set
too late.

Then, use $PHP_THREAD_SAFETY instead of $enable_zts to check for
ZTS in bundled extensions, which makes sure these checks also
work for phpize builds.
2020-11-25 11:47:05 +01:00
..
2020-11-25 11:47:05 +01:00
2018-07-25 00:53:25 +02:00
2020-09-11 11:59:04 +02:00
2020-08-13 17:26:20 +02:00
2020-09-11 11:59:04 +02:00
2020-09-11 11:59:04 +02:00