@@ -5,40 +5,41 @@ PHP NEWS
5
5
- CLI Server:
6
6
. Implemented FR #61977 (Need CLI web-server support for files with .htm &
7
7
svg extensions). (Sixd, Laruence)
8
- . Fixed bug #61546 (functions related to current script failed when chdir()
9
- in cli sapi). (Laruence,
[email protected] )
10
8
. Improved performance while sending error page, this also fixed
11
9
bug #61785 (Memory leak when access a non-exists file without router).
12
10
(Laruence)
11
+ . Fixed bug #61546 (functions related to current script failed when chdir()
12
+ in cli sapi). (Laruence,
[email protected] )
13
13
14
14
- CURL:
15
15
. Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
16
16
(Laruence)
17
17
18
18
- Core:
19
+ . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
19
20
. Fixed bug #62005 (unexpected behavior when incrementally assigning to a
20
21
member of a null object). (Laruence)
21
22
. Fixed bug #61978 (Object recursion not detected for classes that implement
22
23
JsonSerializable). (Felipe)
23
- . Fixed bug #61782 (__clone/__destruct do not match other methods when checking
24
- access controls). (Stas)
25
- . Fixed bug #61730 (Segfault from array_walk modifying an array passed by
26
- reference). (Laruence)
24
+ . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
27
25
. Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config).
28
26
(Laruence)
29
- . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
30
27
. Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
28
+ . Fixed bug #61782 (__clone/__destruct do not match other methods when checking
29
+ access controls). (Stas)
31
30
. Fixed bug #61761 ('Overriding' a private static method with a different
32
31
signature causes crash). (Laruence)
32
+ . Fixed bug #61730 (Segfault from array_walk modifying an array passed by
33
+ reference). (Laruence)
33
34
. Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown
34
35
phase). (Laruence)
35
36
. Fixed bug #61660 (bin2hex(hex2bin($data)) != $data). (Nikita Popov)
36
37
. Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
37
38
(without apache2)). (Laruence)
38
39
. Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
40
+ . Fixed bug #54547 (wrong equality of string numbers). (Gustavo)
39
41
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
40
42
set to null). (Anatoliy)
41
- . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
42
43
43
44
- FPM
44
45
. Fixed bug #61812 (Uninitialised value used in libmagic).
0 commit comments