php-src/sapi
Nikita Popov c3132781ec Fix phpdbg shutdown order
In particular, make sure that everything using zmm is released
before zmm is shut down. phpdbg currently gets away with this,
because either a) its custom handlers are used and no auto-free
happens or b) the system allocator is used and no auto-free happens.
With the tracking allocator for asan this no longer works.
2019-06-27 14:20:51 +02:00
..
apache2handler Use PHP_VERSION for zend modules 2019-06-09 22:32:47 +02:00
cgi Use PHP_VERSION for zend modules 2019-06-09 22:32:47 +02:00
cli Split test case 2019-06-24 14:08:11 +02:00
embed Merge branch 'PHP-7.3' into PHP-7.4 2019-06-04 16:14:26 +02:00
fpm Clean headers checks 2019-06-27 02:45:09 +02:00
litespeed Simplify LiteSpeed SAPI module version 2019-06-09 22:32:47 +02:00
phpdbg Fix phpdbg shutdown order 2019-06-27 14:20:51 +02:00