Skip to content

Commit f97e277

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [ci skip] Move incorrectly placed NEWS items to the right place
2 parents c19affc + 643762c commit f97e277

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.3.10
44

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+
510
- Phar:
611
. Fixed bug GH-14603 (null string from zip entry).
712
(David Carlier)
@@ -27,9 +32,6 @@ PHP NEWS
2732
(Florian Engelhardt)
2833
. Fixed bug GH-14549 (Incompatible function pointer type for fclose).
2934
(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)
3335

3436
- BCMatch:
3537
. Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias)

0 commit comments

Comments
 (0)