From: Stephan Muggli Date: Fri, 2 Sep 2016 15:04:58 +0000 (+0000) Subject: Fix typo in UPGRADING X-Git-Tag: php-7.1.0RC2~52^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c69d98614466b0f25f098f4f1a4b3d0db5c01d6;p=php Fix typo in UPGRADING --- 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