mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
ac5920f92b
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.