issues
search
phpv8
/
php-v8
PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217
stars
14
forks
source link
Fix tests
#17
Closed
pinepain
closed
7 years ago
pinepain
commented
7 years ago
This PR:
fix arguments type mismatch in
V8\IntegerValue
and it children tests (#16);
remove
mbstring
extension dependency as it may not be always available by default;
display php info in Travis CI builds.
This PR:
V8\IntegerValue
and it children tests (#16);mbstring
extension dependency as it may not be always available by default;