Skip to content

Commit 1fa238a

Browse files
committed
Update NEWS
1 parent e3236d8 commit 1fa238a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,23 @@ PHP NEWS
99
. Fixed bug #78066 (PHP eats the first byte of a program that comes from
1010
process substitution). (Nikita)
1111
. Fixed bug #52752 (Crash when lexing). (Nikita)
12+
. Implemented RFC: Deprecate curly brace syntax for accessing array elements
13+
and string offsets.
14+
https://wiki.php.net/rfc/deprecate_curly_braces_array_access (Andrey Gromov)
15+
. Implemented RFC: Deprecations for PHP 7.4.
16+
https://wiki.php.net/rfc/deprecations_php_7_4 (Kalle, Nikita)
1217

1318
- GD:
14-
. Fixed bug #78314 (missing freetype support/functions with external gd)
19+
. Fixed bug #78314 (missing freetype support/functions with external gd).
1520
(Remi)
1621

1722
- Libxml:
1823
. Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
1924
requests (cgi-fcgi)). (Nikita)
2025

26+
- LiteSpeed:
27+
. Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
28+
2129
- Opcache:
2230
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
2331
. Added new INI directive opcache.cache_id (Windows only). (cmb)

0 commit comments

Comments
 (0)