phpv8 / php-v8

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

Land proper libv8 upgrading #87

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

Closes #49 Closes #80

In short: I build libv8 in a not quite relocatable way. It yield some memory reports (#49 was to review them) and it finally came up in #80 that we have libv8 that works just coincidentally. Now we use system gcc instead of bundled clang and also went away from some other bundled tools that were used in previous v8 builds.