diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-12-03 14:23:05 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-12-03 14:23:05 +0900 |
commit | 0b204d60a499c8bdf7168853a8241e0d64d88859 (patch) | |
tree | 77844c4c1ac0ca4be4b970d272f6aede1ff88980 /php.ini-development | |
parent | 91d365f80524b0b9ad1702736fea7dc67dd64277 (diff) | |
download | php-git-0b204d60a499c8bdf7168853a8241e0d64d88859.tar.gz |
Fix typo in php.ini-* comment
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 2 |
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 |