On Fri, Oct 10, 2014 at 12:59 AM, Tjerk Meesters <tjerk.meest...@gmail.com> wrote:
> Hi > > On 10 Oct 2014, at 03:57, Dmitry Stogov <dmi...@zend.com> wrote: > > > Yeah, JavaBridge used it, but it doesn't means it need it. > > > > zend_class_entry * _php_java_get_class_entry(zval *object TSRMLS_DC) > > { > > return java_class; > > } > > > > I agree, it would be better if we would discuss it on @internals, but it > > would take much longer time > > If you still see use cases for it, please show > > If anything, could this be recorded in the UPGRADING file? > > Thanks > Sure thing, I added some notes to UPGRADING.INTERNALS. Feels a bit weird, given how most of our object handlers changed in master and these are the only ones mentioned. We should probably merge https://wiki.php.net/phpng-upgrading into UPGRADING.INTERNALS at some point. Nikita