Skip to content

Version 1.3.6

Compare
Choose a tag to compare
@stesie stesie released this 16 Mar 20:25
· 213 commits to php7 since this release
1.3.6
272e9ac

This release targets PHP 7.0 and newer; if you're looking for PHP 5.x releases, pick V8Js 0.6.4

Versioning of v8js follows semver, it is not expected that this release breaks anything.

Bugfixes

  • fix compilation with GCC7 (include necessary headers)
  • fix build with recent V8 5.9 versions (libv8_libplatform not found)
  • adapt exception_start_column.phpt test to changed output of recent V8 5.9 versions
  • fix compilation with PHP 7.1.3

Refactorings

  • drop TSRM stuff unneeded since PHP 7
  • remove unused variables
  • make memory_limit a size_t internally (and throw if negative values are provided on PHP interface)

This release also is available at http://pecl.php.net/package/v8js