@@ -68,11 +68,11 @@ PHP X.Y UPGRADE NOTES
6868- Core
6969 . Added null coalesce operator (??).
7070 (RFC: https://wiki.php.net/rfc/isset_ternary)
71- . Support for strings with length >= 2^31 bytes in 64 bit builds
72- . Closure::call() method added
71+ . Support for strings with length >= 2^31 bytes in 64 bit builds.
72+ . Closure::call() method added.
7373 . Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings
7474 and heredocs.
75- . define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did. (Andrea, Dmitry)
75+ . define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did.
7676
7777- Standard
7878 . intdiv() function for integer division added.
@@ -96,19 +96,19 @@ PHP X.Y UPGRADE NOTES
9696
9797- parse_ini_file():
9898- parse_ini_string():
99- Added scanner mode INI_SCANNER_TYPED to yield typed .ini values.
99+ . Added scanner mode INI_SCANNER_TYPED to yield typed .ini values.
100100- unserialize():
101- Added second parameter for unserialize function
102- (RFC: https://wiki.php.net/rfc/secure_unserialize) allowing to specify
103- acceptable classes:
104- unserialize($foo, ["allowed_classes" => ["MyClass", "MyClass2"]);
101+ . Added second parameter for unserialize function
102+ (RFC: https://wiki.php.net/rfc/secure_unserialize) allowing to specify
103+ acceptable classes:
104+ unserialize($foo, ["allowed_classes" => ["MyClass", "MyClass2"]);
105105
106106
107107========================================
1081086. New Functions
109109========================================
110110- GMP
111- Added gmp_random_seed()
111+ . Added gmp_random_seed()
112112
113113========================================
1141147. New Classes and Interfaces
@@ -145,8 +145,8 @@ PHP X.Y UPGRADE NOTES
145145========================================
146146
147147- Core
148- . Support for native 64 bit integers in 64 bit builds
149- . Support for large files in 64 bit builds
148+ . Support for native 64 bit integers in 64 bit builds.
149+ . Support for large files in 64 bit builds.
150150
151151========================================
15215213. Other Changes
@@ -156,4 +156,4 @@ PHP X.Y UPGRADE NOTES
156156 . Instead of being undefined and platform-dependent, NaN and Infinity will
157157 always be zero when casted to integer.
158158 . Calling a method on a non-object no longer raises a fatal error; see
159- also: https://wiki.php.net/rfc/catchable-call-to-member-of-non-object
159+ also: https://wiki.php.net/rfc/catchable-call-to-member-of-non-object.
0 commit comments