We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a848b6 commit adee97bCopy full SHA for adee97b
1 file changed
NEWS.md
@@ -1,3 +1,14 @@
1
+## XML-RPC for PHP version 4.11.2 - 2025/6/xx (unreleased)
2
+
3
+* fixed: the Client would not honour the timeout when in Socket mode (issue #127, thanks to @dima-bzzz for PR #84)
4
5
+* fixed: the Client would use a timeout off by 1 second when in CURL mode
6
7
+* fixed: the Client would not honour options set via `OPT_EXTRA_SOCKET_OPTS`
8
9
+* improved: default the local testing container to using PHP 8.1 on Ubuntu Jammy
10
11
12
## XML-RPC for PHP version 4.11.1 - 2025/1/17
13
14
* fixed: removed one warning emitted by the Server on php 8.4 and later (issue #125, thanks @ziegenberg)
0 commit comments