]> granicus.if.org Git - php/commitdiff
Fix typo in php.ini-* comment
authorYasuo Ohgaki <yohgaki@php.net>
Sat, 3 Dec 2016 05:23:05 +0000 (14:23 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Sat, 3 Dec 2016 05:23:05 +0000 (14:23 +0900)
php.ini-development
php.ini-production

index e7ee29c3e632cfdec5c45200eb57bf387d076c1b..1d94bf3deaed6cbda257376f2f5d130220aafcba 100644 (file)
@@ -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
index f983971a8556ec0c6cb836a4e9da2b4842880231..0c8528367143502ad76eb7b1874b1adde3051d56 100644 (file)
@@ -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