Package Information |
Summary |
V8 Javascript Engine for PHP |
Maintainers |
Stefan Siegl <
stesie at brokenpipe dot de >
(lead)
[details]
Patrick Reilly <
preilly at php dot net >
(lead)
[details]
|
License |
The MIT License (MIT) |
Description |
This extension embeds Google's V8 Javascript Engine into PHP. |
Release notes
Version 1.3.2
(stable)
|
- fix reference counting issue (and hence use-after-free memory error) - fix another use-after-free issue with registerExtension - fix build against PHP 7.1 (beta) - correctly export reference-type variables to JavaScript |