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 2.1.2
(stable)
|
- support PHP 7.4 - support V8 8.x - pass pointer to (char*) instead of (zend_string*) to spprintf (issue #431) - improve README |