1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
archived-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
..
2019-06-09 22:32:47 +02:00
2019-06-24 14:08:11 +02:00
2019-06-04 16:14:26 +02:00
2019-06-27 02:45:09 +02:00
2019-06-27 14:20:51 +02:00