THe main features of PHP 5.6: * Constant scalar expressions. * Variadic functions and argument unpacking using the ... operator. * Exponentiation using the ** operator. * Function and constant importing with the use keyword. * phpdbg as an interactive integrated debugger SAPI. * php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated. * GMP objects now support operator overloading. * File uploads larger than 2 gigabytes in size are now accepted. Please refer for difference from oldre release:http://php.net/migration56.
16 lines
532 B
Text
16 lines
532 B
Text
$NetBSD: patch-sapi_fpm_php-fpm.conf.in,v 1.1 2014/11/24 15:37:08 taca Exp $
|
|
|
|
Uncomment the pid parameter so the pidfile is created and rc.d script
|
|
can really start / stop php-fpm
|
|
|
|
--- sapi/fpm/php-fpm.conf.in.orig 2014-11-12 13:52:21.000000000 +0000
|
|
+++ sapi/fpm/php-fpm.conf.in
|
|
@@ -22,7 +22,7 @@
|
|
; Pid file
|
|
; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
|
|
; Default Value: none
|
|
-;pid = run/php-fpm.pid
|
|
+pid = run/php-fpm.pid
|
|
|
|
; Error log file
|
|
; If it's set to "syslog", log is sent to syslogd instead of being written
|