From 44502883443fe2ac28a93398c32340250de9547f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 20 Apr 2019 19:00:51 +0200 Subject: [PATCH] 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 --- sapi/fpm/status.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.40.0