File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ PHP NEWS
261
261
. Added array_first() and array_last(). (nielsdos)
262
262
. Fixed bug GH-18823 (setlocale's 2nd and 3rd argument ignores strict_types).
263
263
(nielsdos)
264
+ . Fixed exit code handling of sendmail cmd and added warnings.
265
+ (Jesse Hathaway)
264
266
265
267
- Streams:
266
268
. Fixed bug GH-16889 (stream_select() timeout useless for pipes on Windows).
Original file line number Diff line number Diff line change @@ -217,6 +217,12 @@ PHP 8.5 UPGRADE NOTES
217
217
Sqlite3Stmt::EXPLAIN_MODE_EXPLAIN and
218
218
Sqlite3Stmt::EXPLAIN_MODE_EXPLAIN_QUERY_PLAN.
219
219
220
+ - Standard:
221
+ . mail() now returns the actual sendmail error and detects if the sendmail
222
+ process was terminated unexpectedly. In such cases, a warning is emitted
223
+ and the function returns false. Previously, these errors were silently
224
+ ignored. This change affects only the sendmail transport.
225
+
220
226
- XSL:
221
227
. The $namespace argument of XSLTProcessor::getParameter(),
222
228
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
You can’t perform that action at this time.
0 commit comments