summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-12-03 14:23:05 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-12-03 14:23:05 +0900
commit0b204d60a499c8bdf7168853a8241e0d64d88859 (patch)
tree77844c4c1ac0ca4be4b970d272f6aede1ff88980 /php.ini-development
parent91d365f80524b0b9ad1702736fea7dc67dd64277 (diff)
downloadphp-git-0b204d60a499c8bdf7168853a8241e0d64d88859.tar.gz
Fix typo in php.ini-* comment
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development2
1 files changed, 1 insertions, 1 deletions
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