We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11099a commit 86aadedCopy full SHA for 86aaded
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.3.25
4
5
+- Hash:
6
+ . Fix crash on clone failure. (nielsdos)
7
+
8
- LDAP:
9
. Fixed bug GH-18529 (additional inheriting of TLS int options).
10
(Jakub Zelenka)
@@ -11,6 +14,8 @@ PHP NEWS
11
14
return value check). (nielsdos, botovq)
12
15
. Fix error return check of EVP_CIPHER_CTX_ctrl(). (nielsdos)
13
16
17
+- Sockets:
18
+ . Fix some potential crashes on incorrect argument value. (nielsdos)
19
20
31 Jul 2025, PHP 8.3.24
21
0 commit comments