1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Tim Düsterhus b90ab8119e uri: Call the proper clone_obj handler in uri_write_component_ex() (#19649)
* 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
2025-09-06 20:53:09 +02:00
..
2025-08-07 19:09:03 +02:00
2025-09-06 00:08:55 +02:00
2025-09-03 21:58:21 +02:00
2025-07-25 12:05:17 +02:00
2025-07-29 14:00:37 +02:00
2025-09-03 08:42:33 +02:00
2025-08-15 08:08:16 +01:00
2025-08-23 15:28:56 +02:00
2025-09-06 14:06:10 +01:00
2025-09-05 08:10:48 +02:00
2025-08-16 19:28:11 +01:00
2025-07-20 17:20:53 +02:00
2025-09-06 00:01:52 +02:00
2025-09-05 18:57:31 +02:00
2025-06-21 18:03:50 +01:00