1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Files
archived-php-src/ext
Nikita Popov d836046ab8 Perform preloading attempt on copied class
It is very hard to determine in advance whether class linking will
fail due to missing dependencies in variance checks (#7314 attempts
this). This patch takes an alternative approach where we try to
perform inheritance on a copy of the class (zend_lazy_class_load)
and then restore the original class if inheritance fails. The fatal
error in that case is recorded and thrown as a warning later.

Closes GH-7319.
2021-07-30 15:09:49 +02:00
..
2021-07-16 16:01:03 +02:00
2021-06-29 17:13:02 +02:00
2021-07-19 15:08:21 +01:00
2021-07-20 12:28:35 +02:00
2021-06-29 17:13:02 +02:00
2021-07-12 09:33:08 +02:00
2021-07-20 12:28:35 +02:00
2021-07-22 09:57:41 +02:00
2021-07-08 15:34:51 +02:00
2021-07-20 00:30:37 +02:00
2021-06-29 17:13:02 +02:00
2021-07-28 12:38:41 +02:00
2021-07-27 11:57:39 +01:00
2021-07-29 14:21:13 +01:00
2021-07-08 16:46:08 +02:00
2021-07-20 12:28:35 +02:00
2021-06-29 17:13:02 +02:00
2021-07-12 18:38:24 +02:00
2021-06-29 17:13:02 +02:00
2021-07-28 11:02:26 +02:00
2021-07-12 16:51:24 +02:00
2021-06-29 17:13:02 +02:00
2021-07-20 16:24:33 +02:00
2021-07-20 12:28:35 +02:00
2021-07-23 17:51:15 +02:00
2021-07-20 15:01:51 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 13:58:28 +01:00
2021-07-29 14:25:22 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-06-29 17:13:02 +02:00
2021-07-20 12:05:46 +02:00
2021-06-29 17:13:02 +02:00
2021-07-27 09:19:14 +02:00
2021-07-20 12:28:35 +02:00