phpv8 / php-v8

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

Add support for DCHECK overriding #63

Closed pinepain closed 7 years ago

pinepain commented 7 years ago
Field Value
Commit https://github.com/v8/v8/commit/a787c3f9e12d8f392f56d7116dbf1fac09b12123
Title Allow overriding DCHECK handling and make it non-fatal.
Tag 6.3.163
pinepain commented 7 years ago

As DCHECK enabled in debug mode and we normally use release libv8 version, it is less likely we will be able to use this feature.