fat Mon, 02 Aug 2010 09:02:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301782
Log:
correct php-fpm.conf: slowlog has no default value
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in
U php/php-src/trunk/sapi/fpm/php-fpm.conf.in
Modified: php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in 2010-08-02
07:53:38 UTC (rev 301781)
+++ php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in 2010-08-02
09:02:48 UTC (rev 301782)
@@ -212,7 +212,8 @@
;request_slowlog_timeout = 0
; The log file for slow requests
-; Default Value: @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
+; Default Value: not set
+; Note: slowlog is mandatory if request_slowlog_timeout is set
;slowlog = @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
; Set open file descriptor rlimit.
Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in
===================================================================
--- php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2010-08-02 07:53:38 UTC (rev
301781)
+++ php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2010-08-02 09:02:48 UTC (rev
301782)
@@ -212,7 +212,8 @@
;request_slowlog_timeout = 0
; The log file for slow requests
-; Default Value: @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
+; Default Value: not set
+; Note: slowlog is mandatory if request_slowlog_timeout is set
;slowlog = @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
; Set open file descriptor rlimit.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php