php-src/sapi
Niels Dossche 4f1103ef3b Fix GH-12675: MEMORY_LEAK in phpdbg_prompt.c
Have to use file_put_contents() instead of --FILE-- because we have to
actually load it using the exec command, *and* have to make multiple
files, and note that we can only load files relative from the current
directory, so we can't rely on files being in the sapi/phpdbg/tests
folder.

Closes GH-12680.
2023-11-15 21:59:55 +01:00
..
apache2handler Merge branch 'PHP-8.1' into PHP-8.2 2022-12-13 15:24:07 +01:00
cgi Fix unstable sapi test, fix GH-9140 (#9184) 2022-08-04 22:35:44 +01:00
cli Merge branch 'PHP-8.1' into PHP-8.2 2023-10-06 17:50:13 +02:00
embed Refacto php_module_startup() (#8303) 2022-04-27 23:07:11 +01:00
fpm Fix GH-12621: browscap segmentation fault when configured in the vhost 2023-11-11 18:35:57 +01:00
fuzzer Fix unserialize dictionary generation 2022-07-30 17:14:22 +02:00
litespeed fix litespeed SAPI build warnings. 2022-12-10 14:13:30 +00:00
phpdbg Fix GH-12675: MEMORY_LEAK in phpdbg_prompt.c 2023-11-15 21:59:55 +01:00