Closed pinepain closed 7 years ago
This PR:
zend_type
V8\Value::IsNullOrUndefinedl()
V8\Value::Is*()
V8\MapObject
V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed
As of this PR libv8 >= 5.7.514 required.
BC-breaking changes: V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed methods removed.
This PR:
zend_type
(new in PHP 7.2);V8\Value::IsNullOrUndefinedl()
method;V8\Value::Is*()
methods;V8\MapObject
;V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed
methods;As of this PR libv8 >= 5.7.514 required.
BC-breaking changes:
V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed
methods removed.