php-doc-en/install
Marco van 't Wout ebe9ff11fb
Remove unsafe AddHandler example
The internet will always take your example code and repost it out of context. Googling shows plenty of installation guides that use `AddHandler application/x-httpd-php .php`, which potentially leads to parsing unsafe files like `evil.php.jpg`

I propose to totally remove the unsafe example and only show the correct version with `<FilesMatch \.php$>`, similar to https://www.php.net/manual/en/install.unix.apache2.php

Closes GH-743.
2021-06-29 11:20:56 +02:00
..
cloud Adding link to more documentation to PHP on Azure page 2016-06-11 18:29:34 +00:00
fpm Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
macos Update installation guide for macOS Monterey (#708) 2021-06-23 06:27:03 +03:00
unix Fix re2c requirement info 2021-01-13 17:52:07 +01:00
windows Remove unsafe AddHandler example 2021-06-29 11:20:56 +02:00
ini.xml Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
intro.xml Remove info about SAPIs which are removed as of PHP 7.0.0 2020-09-26 16:56:25 +00:00
pecl.xml Remove legacy Windows docs (#661) 2021-06-13 23:20:58 +01:00
problems.xml Remove safe_mode related information 2020-10-13 22:07:26 +00:00