mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
I grepped for php_printf cases in main/ and sapi/ and converted the cases which clearly indicate errors to fprintf(stderr, ...), like suggested in the linked issue. Closes GH-11163.