This repository was archived by the owner on Mar 29, 2024. It is now read-only.
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Upgrade libv8 dependency to 6.3 branch #45
Closed
Description
v8 6.3 is out and as we stick to the latest v8 version, it's time.
There is also change in late 6.2 (Pass Isolate pointer to String::Utf8Value/Value constructors v8/v8@fe59853 in 6.2.396) we might benefit from and as 6.3 is out there is no major reason against upgrading libv8 dependency.
- release libv8-6.3 to PPA
- release [email protected] to homebrew tap
- update php-v8 deb build and runtime requirements
- update php-v8 PPA dependency to include libv8-6.3 PPA
- update php-v8 build requirements (config.m4, .travis.yml, CMakeLists.txt, provision)