Merge branch 'PHP-8.2'

This commit is contained in:
Jakub Zelenka 2023-01-19 19:06:38 +00:00
commit 443eb50a4c
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
8 changed files with 78 additions and 11 deletions

View file

@ -1107,6 +1107,10 @@ smtp_port = 25
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = Off
; Use mixed LF and CRLF line separators to keep compatibility with some
; RFC 2822 non conformant MTA.
mail.mixed_lf_and_crlf = Off
; The path to a log file that will log all mail() calls. Log entries include
; the full path of the script, line number, To address and headers.
;mail.log =