1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/standard/mail: use zend_string* for extra_cmd param of php_mail()

This commit is contained in:
Gina Peter Banyard
2025-12-24 18:08:32 +01:00
parent 5f8c7dc87c
commit c727f4d6c5
4 changed files with 6 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ PHP 8.6 INTERNALS UPGRADE NOTES
. _php_error_log() now has a formal return type of zend_result.
. _php_error_log() now accepts zend_string* values instead of char*.
. _php_error_log_ex() has been removed.
. php_mail()'s extra_cmd parameter is now a zend_string*.
========================
4. OpCode changes