kitech / php-go

Write PHP extension using go/golang. Zend API wrapper for go/golang.
882 stars 108 forks source link

add method __destruct #12

Closed nangong92t closed 8 years ago

kitech commented 8 years ago

good. what the op mean?

nangong92t commented 8 years ago

object pointer

nangong92t commented 8 years ago

when execute __destruct this_ptr will change, using this_ptr is not accurate. need zend_object pointer

kitech commented 8 years ago

ok.