summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-03 12:00:46 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-03 12:00:46 +0200
commit5bdf2fa3456e4b2fca53b9eff24c81e724e93170 (patch)
tree7d8bf83ccab88077a2967e87ddef83dbdb48b029
parentb8d26ebb9a23f6ccc870fbd725644710fe7506c1 (diff)
parent9c69d98614466b0f25f098f4f1a4b3d0db5c01d6 (diff)
downloadphp-git-5bdf2fa3456e4b2fca53b9eff24c81e724e93170.tar.gz
Merge branch 'pull-request/2114' into PHP-7.1
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 53d7b5f9e6..05e18c31bd 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -103,7 +103,7 @@ PHP 7.1 UPGRADE NOTES
. session.entropy_length
. New INIs and defaults
. session.sid_length (Number of session ID characters - 22 to 256.
- (php.ini-* default: 26 Compitled default: 32)
+ (php.ini-* default: 26 Compiled default: 32)
. session.sid_bits_per_character (Bits used per character. 4 to 6.
php.ini-* default: 5 Compiled default: 4)
Length of old session ID string is determined as follows