File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.3.10
4
4
5
+ - Core:
6
+ . Fixed bug GH-13922 (Fixed support for systems with
7
+ sysconf(_SC_GETPW_R_SIZE_MAX) == -1). (Arnaud)
8
+ . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud)
9
+
5
10
- Phar:
6
11
. Fixed bug GH-14603 (null string from zip entry).
7
12
(David Carlier)
@@ -27,9 +32,6 @@ PHP NEWS
27
32
(Florian Engelhardt)
28
33
. Fixed bug GH-14549 (Incompatible function pointer type for fclose).
29
34
(Ryan Carsten Schmidt)
30
- . Fixed bug GH-13922 (Fixed support for systems with
31
- sysconf(_SC_GETPW_R_SIZE_MAX) == -1). (Arnaud)
32
- . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud)
33
35
34
36
- BCMatch:
35
37
. Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias)
You can’t perform that action at this time.
0 commit comments