From: Peter Kokot Date: Sat, 20 Apr 2019 17:00:51 +0000 (+0200) Subject: Fix #77921: static.php.net doesn't work anymore X-Git-Tag: php-7.3.6RC1~41^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44502883443fe2ac28a93398c32340250de9547f;p=php Fix #77921: static.php.net doesn't work anymore This embeds the PHP logo image in the FPM status HTML page instead of using remote location. The phpinfo() output also uses such approach and browser compatibility looks decent [1]. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs --- diff --git a/sapi/fpm/status.html.in b/sapi/fpm/status.html.in index a4afd5916a..2440638d54 100644 --- a/sapi/fpm/status.html.in +++ b/sapi/fpm/status.html.in @@ -41,7 +41,7 @@
- PHP Logo

PHP-FPM real-time status page

+ PHP Logo

PHP-FPM real-time status page