Skip to content

Commit a8415fd

Browse files
committed
Update UPGRADING.INTERNALS
1 parent 762ac9a commit a8415fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ PHP 8.6 INTERNALS UPGRADE NOTES
180180
. _php_error_log_ex() has been removed.
181181
. php_mail()'s extra_cmd parameter is now a zend_string*.
182182

183+
- ext/uri:
184+
. The value parameter of the php_uri_property_handler_write callback is now
185+
const zval * instead of zval *, reflecting that write handlers must
186+
not modify the input zval.
187+
183188
- ext/xml:
184189
. Removed the XML_ExpatVersion() libxml compatibility wrapper,
185190
as it was unused.

0 commit comments

Comments
 (0)