phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.83k stars 200 forks source link

php_v8js_v8_has_property unimplemented. #32

Closed cscott closed 10 years ago

cscott commented 10 years ago

Shouldn't be hard to write, but there's a // Not implemented yet comment in v8js.cc.

I ran into this while trying to use PHP's property_exists method on an object returned to PHP from JavaScript.

satoshi75nakamoto commented 10 years ago

@cscott — Are you going to try and work on this? Just curious.

cscott commented 10 years ago

I might. I'm trying to get the other bits of my v8js-using application hacked together first, but I have the PHP Zend extension docs loaded up in a tab for whenever I get an itch to have a go at it.

satoshi75nakamoto commented 10 years ago

Okay cool thanks for the update @cscott.

satoshi75nakamoto commented 10 years ago

This is now fixed by @cscott's commit.