Niels Dossche
bc2d02e3a9
Fix fuzzer after opcache became mandatory ( #19292 )
2025-07-30 09:01:10 +02:00
Dmitry Stogov
b46ed399c6
Fix php.ini (add missing "\n")
2023-11-20 11:59:47 +03:00
Daniil Gentili
df286a1b98
Improve JIT config in fuzzer SAPI ( #12519 )
...
* Improve JIT config in fuzzer SAPI
* Fix
* Fix
* Update
2023-11-14 21:26:24 +03:00
Ilija Tovilo
9d5f2f1343
Use new ZSTR_INIT_LITERAL macro ( #10879 )
2023-03-20 16:19:05 +01:00
Nikita Popov
a12aee5cb3
Fix opcache path determination, again
...
We shouldn't be appending to the executable path, but rather to
the directory of the executable.
2021-09-24 16:27:44 +02:00
Nikita Popov
831a2b3c3d
Disable custom execute_ex during function JIT fuzzing as well
...
Having zend_execute_ex set is normally not a problem for the
function JIT, but there is an edge case leak due to special
RELEASE_THIS handling during generator creation. As this is an
unsupported mode of operation, reset to the original handler
for the function jit fuzzer as well.
2021-09-22 12:48:52 +02:00
Nikita Popov
9d0c018668
Make sure dummy file for fuzzing exists
2021-09-22 10:58:25 +02:00
Nikita Popov
06a25c774d
Add fuzzer for tracing jit
2021-09-22 10:32:46 +02:00