Stefan Siegl
|
f6a93c3cd6
Remove support for uncaught exceptions. Use try/catch.
|
3 years ago |
Stefan Siegl
|
fa4babb307
Remove support for V8 extensions
|
3 years ago |
Stefan Siegl
|
9b3d1d1c8f
remove SINCE74(...) and SINCE80(...) macro fluff
|
3 years ago |
Albert
|
cb7b3dcc29
Optimize and fix test reference from @redbullmarky
|
3 years ago |
Albert
|
3d64f08536
optimize redundancy code and fix some unit test
|
3 years ago |
Stefan Siegl
|
8b10c81049
demo unification of PHP 8.0 code branch w/ old one
|
3 years ago |
Albert
|
97cc819ade
support php8
|
4 years ago |
Stefan Siegl
|
e153ff1651
make it compile on PHP 7.3 and 7.4
|
5 years ago |
Stefan Siegl
|
c2873fd8d3
change retval of write_property handlers, refs #409
|
6 years ago |
Stefan Siegl
|
35398cc4e3
add zend_class_entry* to method_tmpls key, fixes #410
|
6 years ago |
Stefan Siegl
|
93a46f668f
don't manage/free v8::Extension* (v8 does that now)
|
6 years ago |
jalr
|
30e2ac6fa8
Call v8::RegisterExtension using unique_ptr
|
6 years ago |
Stefan Siegl
|
9c45508183
omit use of deprecated apis
|
6 years ago |
Stefan Siegl
|
ab6e2267af
adapt mandatory api changes for V8 7.0.276.3, refs #374
|
6 years ago |
Stefan Siegl
|
18b79d9004
don't free interned strings, only persistent ones
|
7 years ago |
Stefan Siegl
|
d4cb8f5783
Revert "don't free interned strings on PHP >= 7.3"
|
7 years ago |
Stefan Siegl
|
4762dd1f0a
fix null-ptr deref
|
7 years ago |
Stefan Siegl
|
aa041b4597
don't free interned strings on PHP >= 7.3
|
7 years ago |
Stefan Siegl
|
313ad1e258
cleanup: remove no longer needed modules_base from ctx, refs #349
|
7 years ago |
Stefan Siegl
|
278b4fbedb
Merge remote-tracking branch 'remotes/stesie/global-object' into php7
|
7 years ago |
Stefan Siegl
|
1c7e355937
allow modules to return arbitrary values
|
7 years ago |
Stefan Siegl
|
e4ab07de03
Add Node.js-style "global" to global scope
|
9 years ago |
Stefan Siegl
|
bd730068a2
use ObjectTemplate as base for global object
|
9 years ago |
Stefan Siegl
|
7a947fe9d1
rename v8js_tmpl_t -> v8js_function_tmpl_t
|
9 years ago |
Stefan Siegl
|
3afd98ba3a
Merge pull request #331 from stesie/mark-pending-exceptions-deprecated
|
7 years ago |
Stefan Siegl
|
82930c9ea9
Create deprecated warning if setting $report_uncaught_exceptions != true
|
7 years ago |
Stefan Siegl
|
56e83a9fbb
mark clearPendingException & getPendingException functions deprecated
|
7 years ago |
Stefan Siegl
|
22bcf85348
Write deprecation warning on non-empty $extensions array passed to V8Js::__construct
|
7 years ago |
Stefan Siegl
|
9734466105
mark registerExtension & getExtensions deprecated + adapt test output
|
7 years ago |
Jan-E
|
53533cd4dd
remove ZEND_ACC_CLONE
|
8 years ago |