1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Niels Dossche 8e731ca622 Fix GH-18639: Internal class aliases can break preloading + JIT
ZEND_FUNC_INFO() can not be used on internal CE's. If preloading makes a
CE that's an alias of an internal class, the invalid access happens when
setting the FUNC_INFO.

While we could check the class type to be of user code, we can just skip
aliases altogether anyway which may be faster.

Closes GH-18915.
2025-06-23 20:01:15 +02:00
..
2024-01-31 11:20:44 +01:00
2025-06-01 18:21:23 +02:00
2024-10-13 21:12:46 +02:00
2025-05-27 20:40:35 +02:00
2024-11-27 19:54:06 +00:00
2025-06-18 20:47:18 +02:00
2025-03-06 15:24:35 +01:00
2025-03-06 15:24:35 +01:00
2025-05-27 20:40:35 +02:00
2024-06-28 20:14:20 +02:00
2025-05-29 16:57:32 +02:00
2025-02-14 23:09:57 +01:00