php-src/sapi
Niels Dossche 95889979f2
Fix GH-14553: Bug in phpdbg8.3 (also 8.1 and 8.2) echo output - trimmed at NULL byte (?)
This broke in 6318040df2 when phpdbg
stopped using its custom printing routines. By relying on standard
printing routines, the embedded NUL bytes are causing the strings to be
cut off, even when using %.*s. Solve this by going straight to the
output routine, which is what the printf routine would've done anyway.

Closes GH-14822.
2024-07-04 18:43:42 +02:00
..
apache2handler Merge branch 'PHP-8.1' into PHP-8.2 2022-12-13 15:24:07 +01:00
cgi Merge branch 'PHP-8.1' into PHP-8.2 2024-06-05 01:10:47 -05:00
cli Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals. 2024-05-10 16:48:26 +02:00
embed Refacto php_module_startup() (#8303) 2022-04-27 23:07:11 +01:00
fpm Fix GH-14037: Make /ping of php-fpm work with pm.status_listen pool 2024-06-16 12:22:21 +01:00
fuzzer Fix GH-13978: Fuzzer readme still mentions obsolete --enable-json flag (#13983) 2024-04-16 22:16:51 +02:00
litespeed Set libtool tag per command instead of global one 2024-01-10 09:09:45 +01:00
phpdbg Fix GH-14553: Bug in phpdbg8.3 (also 8.1 and 8.2) echo output - trimmed at NULL byte (?) 2024-07-04 18:43:42 +02:00