1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
Arnaud Le Blanc f20e11cbe1 Clear recorded errors before executing shutdown functions
Recorded errors may be attached to the wrong cached script when a fatal error
occurs during recording. This happens because the fatal error will cause a
bailout, which may prevent the recorded errors from being freed. If an other
script is compiled after bailout, or if a class is linked after bailout, the
recorded errors will be attached to it.

This change fixes this by freeing recorded errors before executing shutdown
functions.

Fixes GH-8063
2022-04-22 18:14:08 +02:00
..
2021-12-26 22:29:17 +01:00
2022-04-22 10:31:14 +01:00
2021-11-14 23:29:59 -08:00
2022-01-10 23:59:55 +01:00
2022-02-08 10:48:21 +01:00
2022-04-05 13:36:07 +02:00
2022-02-07 14:31:21 +01:00
2021-11-25 18:31:14 +01:00
2021-12-12 22:38:55 +01:00
2022-01-07 19:25:23 +01:00
2022-03-04 16:21:39 +01:00
2021-11-29 19:17:16 +01:00
2021-10-21 12:13:36 +02:00
2021-07-28 11:02:26 +02:00
2022-04-21 23:27:29 +02:00
2021-09-08 12:32:58 +01:00
2022-04-15 19:08:28 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-09-16 12:42:07 +02:00
2021-06-29 17:13:02 +02:00
2021-12-26 23:23:56 +01:00
2022-02-03 16:13:11 +01:00