Skip to content

Commit dca2e96

Browse files
UPGRADING and NEWS cleanups
1 parent 0833fd4 commit dca2e96

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
statements option). (peter dot wolanin at acquia dot com)
7272

7373
- Reflection
74-
. Fixed inheritance chain of Reflector interface (Tjerk)
74+
. Fixed inheritance chain of Reflector interface. (Tjerk)
7575

7676
- Session:
7777
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)

UPGRADING

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
========================================
108108
6. New Functions
109109
========================================
110110
- GMP
111-
Added gmp_random_seed()
111+
. Added gmp_random_seed()
112112

113113
========================================
114114
7. 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
========================================
152152
13. 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

Comments
 (0)