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
Calvin Buckley f5f05e886e Fix regression on systems built without JIT (#16024)
regressing commit: 654b787ee1

This was called if JIT was enabled or not. If not enabled, it'll result
in an undeclared function warning and maybe a bad time in the linker.
Gate the meat of this PHP-side function on if JIT is enabled (but keep
it existing so PHP userland code works with or without JIT, OFC).
2024-09-24 11:38:59 -03:00
..
2024-09-14 22:15:49 +02:00
2024-09-23 22:19:15 +02:00
2024-09-14 11:28:32 +02:00
2024-09-05 02:02:36 +01:00
2024-09-24 13:58:31 +02:00
2024-09-12 23:07:22 +02:00
2024-09-01 13:33:53 +02:00
2024-09-24 02:24:02 -03:00
2024-09-11 20:40:01 +02:00
2024-09-16 20:51:34 +02:00
2024-09-24 12:35:06 +02:00
2024-09-13 20:02:00 +02:00
2024-09-12 23:11:28 +02:00
2024-09-04 01:15:10 +02:00