mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
8629256dc7
commit
7f4076bae0
27 changed files with 701 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue