mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
* uri: Call the proper `clone_obj` handler in `uri_write_component_ex()` For external URI implementation it's possible that the `->clone_obj` handler does not match `uri_clone_obj_handler()`. Use the handler of the object instead of making assumptions. * uri: Call `RETVAL_OBJ(new_object)` early in `uri_write_component_ex()` This allows to remove some error handling logic. * uri: Remove now-useless declaration of `uri_clone_obj_handler` from php_uri_common.h