phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Remove CallbackInfo #67

Closed pinepain closed 7 years ago

pinepain commented 7 years ago

FunctionCallbackInfor and PropertyCallbackInfoare completely different by their meaning to a degree that from OOP point of view they are separate entities (like rectangle and square). While I introduced CallbackInfo long time ago it may create confusion to end-users, so removing it should make overall api more sustainable.