On Sat, Sep 7, 2013 at 5:43 PM, chobie <chobi...@gmail.com> wrote: > Hi internals, > > I realized we could not retrieve php_json_serializable_ce from other > extension module. JsonSerializeable interface is easy to serialize with > `json_encode`. So I want to adding getter function. > > The patch can be found here: > > https://github.com/chobie/php-src/compare/adding-jsonserializeable-ce-getter > > I want to have feedback on the idea. >
The code has an "extern zend_class_entry *php_json_serializable_ce;" right above that line. Shouldn't that be enough? Nikita