From 0b204d60a499c8bdf7168853a8241e0d64d88859 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 3 Dec 2016 14:23:05 +0900 Subject: Fix typo in php.ini-* comment --- php.ini-production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index f983971a85..0c85283671 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1473,7 +1473,7 @@ session.use_trans_sid = 0 ; Set session ID character length. This value could be between 22 to 256. ; Shorter length than default is supported only for compatibility reason. ; Users should use 32 or more chars. -; http://php.net/session.sid_length +; http://php.net/session.sid-length ; Default Value: 32 ; Development Value: 26 ; Production Value: 26 -- cgit v1.2.1