RFC: Clone with v2 (#18747)

RFC: https://wiki.php.net/rfc/clone_with_v2

Co-authored-by: Volker Dusch <volker@tideways-gmbh.com>
This commit is contained in:
Tim Düsterhus 2025-07-17 21:13:42 +02:00 committed by GitHub
parent 8629256dc7
commit 7f4076bae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 701 additions and 10 deletions

View file

@ -402,6 +402,7 @@ zend_object_handlers php_com_saproxy_handlers = {
saproxy_free_storage,
zend_objects_destroy_object,
saproxy_clone,
NULL, /* clone_with */
saproxy_property_read,
saproxy_property_write,
saproxy_read_dimension,