phper-framework / phper

The framework that allows us to write PHP extensions using pure and safe Rust whenever possible.
Other
295 stars 17 forks source link

Refactor clone_obj, remove Object clone methods. #121

Closed jmjoy closed 1 year ago

jmjoy commented 1 year ago

118

jmjoy commented 1 year ago

Remove ZObject::clone and ZObj::to_owned, because the state maybe not implement Clone.

I want to add the try_clone mehtod, but it's seems that the clone in PHP isn't easy of attainment in extension.