Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Conversation

pinepain
Copy link
Member

This PR:

  • Add support for zend_type (new in PHP 7.2);
  • Raise required libv8 version to 5.7.514;
  • Add V8\Value::IsNullOrUndefinedl() method;
  • Add more V8\Value::Is*() methods;
  • Add V8\MapObject;
  • Remove V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed methods;
  • Fix obj and func templates external memory adjusting;
  • Add V8\SetObject.

As of this PR libv8 >= 5.7.514 required.

BC-breaking changes: V8\ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed methods removed.

@pinepain pinepain merged commit 78cd420 into master Feb 9, 2017
@pinepain pinepain deleted the improve-api branch February 9, 2017 19:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant