1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00
Files
archived-php-src/ext/opcache
Nikita Popov dd86987b2c Replay warnings during inheritance (#6928)
Since 3e6b447979 it is again possible to have
warnings (deprecations) during inheritance, and more such functionality is
likely in the future. This is a problem, because such warnings will only be
shown on the first request if the opcache inheritance cache is used. This
currently causes test failures in --repeat builds.

Fix this by uplifting the error recording functionality from opcache to Zend,
and then using it to persist a warning trace in the inheritance cache, which
can then be used to replay the warnings on subsequent executions.
2021-04-29 16:37:53 +02:00
..
2021-04-22 23:49:02 +03:00
2021-04-27 23:00:09 +03:00
2021-01-28 10:38:25 +01:00
2021-03-05 16:44:25 +01:00
2021-03-05 15:09:26 +01:00
2021-02-09 22:53:57 +03:00
2021-02-09 22:53:57 +03:00