We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762ac9a commit a8415fdCopy full SHA for a8415fd
1 file changed
UPGRADING.INTERNALS
@@ -180,6 +180,11 @@ PHP 8.6 INTERNALS UPGRADE NOTES
180
. _php_error_log_ex() has been removed.
181
. php_mail()'s extra_cmd parameter is now a zend_string*.
182
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
+
188
- ext/xml:
189
. Removed the XML_ExpatVersion() libxml compatibility wrapper,
190
as it was unused.
0 commit comments