com php-src: Fix typo: exectute => execute: sapi/fpm/ www.conf.in
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: abad134681e265eef8ee3ddbd856eed0517076c5 Author: Andrew Marcinkevičius <[email protected]> Mon, 8 May 2017 13:59:05 +0300 Committer: GitHub <[email protected]> Mon, 8 May 2017 13:59:05 +0300 Parents: b966a8b5fa70e881a12fde8b4d37461be7bf85cb Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=abad134681e265eef8ee3ddbd856eed0517076c5 Log: Fix typo: exectute => execute Changed paths: M sapi/fpm/www.conf.in Diff: diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index beddb1e..975d18c 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -373,7 +373,7 @@ pm.max_spare_servers = 3 ; Limits the extensions of the main script FPM will allow to parse. This can ; prevent configuration mistakes on the web server side. You should only limit ; FPM to .php extensions to prevent malicious users to use other extensions to -; exectute php code. +; execute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php ;security.limit_extensions = .php .php3 .php4 .php5 .php7