From: Yasuo Ohgaki Date: Sat, 3 Dec 2016 05:23:05 +0000 (+0900) Subject: Fix typo in php.ini-* comment X-Git-Tag: php-7.1.1RC1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b204d60a499c8bdf7168853a8241e0d64d88859;p=php Fix typo in php.ini-* comment --- diff --git a/php.ini-development b/php.ini-development index e7ee29c3e6..1d94bf3dea 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 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