diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
commit | f23aed7bde4b7e82cbb2943a38f6f60f51038567 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /lang/php56/files/patch-sapi_fpm_php-fpm.conf.in | |
parent | - Update to 1.20140824 (diff) |
Import PHP 5.6 branch!
Notes
Notes:
svn path=/head/; revision=367268
Diffstat (limited to 'lang/php56/files/patch-sapi_fpm_php-fpm.conf.in')
-rw-r--r-- | lang/php56/files/patch-sapi_fpm_php-fpm.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php56/files/patch-sapi_fpm_php-fpm.conf.in b/lang/php56/files/patch-sapi_fpm_php-fpm.conf.in new file mode 100644 index 000000000000..f80dcb9ff714 --- /dev/null +++ b/lang/php56/files/patch-sapi_fpm_php-fpm.conf.in @@ -0,0 +1,11 @@ +--- sapi/fpm/php-fpm.conf.in.orig 2013-12-10 23:31:06.000000000 +0000 ++++ sapi/fpm/php-fpm.conf.in 2013-12-13 21:50:25.757258451 +0000 +@@ -341,7 +341,7 @@ pm.max_spare_servers = 3 + ; last request memory: 0 + ; + ; Note: There is a real-time FPM status monitoring sample web page available +-; It's available in: @EXPANDED_DATADIR@/fpm/status.html ++; It's available in: @EXPANDED_DATADIR@/php/fpm/status.html + ; + ; Note: The value must start with a leading slash (/). The value can be + ; anything, but it may not be a good idea to use the .php extension or it |