File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,23 @@ PHP NEWS
9
9
. Fixed bug #78066 (PHP eats the first byte of a program that comes from
10
10
process substitution). (Nikita)
11
11
. 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)
12
17
13
18
- GD:
14
- . Fixed bug #78314 (missing freetype support/functions with external gd)
19
+ . Fixed bug #78314 (missing freetype support/functions with external gd).
15
20
(Remi)
16
21
17
22
- Libxml:
18
23
. Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
19
24
requests (cgi-fcgi)). (Nikita)
20
25
26
+ - LiteSpeed:
27
+ . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
28
+
21
29
- Opcache:
22
30
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
23
31
. Added new INI directive opcache.cache_id (Windows only). (cmb)
You can’t perform that action at this time.
0 commit comments