From 9c69d98614466b0f25f098f4f1a4b3d0db5c01d6 Mon Sep 17 00:00:00 2001 From: Stephan Muggli Date: Fri, 2 Sep 2016 15:04:58 +0000 Subject: [PATCH] Fix typo in UPGRADING --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1