From 0b204d60a499c8bdf7168853a8241e0d64d88859 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 3 Dec 2016 14:23:05 +0900 Subject: [PATCH] Fix typo in php.ini-* comment --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index e7ee29c3e63..1d94bf3deae 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 f983971a855..0c852836714 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