Don't return temporary from SXE write_property handler Return the original value. If we don't return the original value, we need to own the zval, which we don't. For clarity als
Don't return temporary from SXE write_property handler Return the original value. If we don't return the original value, we need to own the zval, which we don't. For clarity also switch things to work on a zend_string* value instead of a zval*.
show more ...
|