Christiano Becker
|
83431fbd52
* Added AllowDynamicPropertis on V8Js, V8Object and V8Function
|
2 лет назад |
Stefan Siegl
|
7887ec6475
Merge branch 'php7' into php8
|
2 лет назад |
Stefan Siegl
|
461230be27
Merge pull request #484 from stesie/remove-deprecated-stuff
|
2 лет назад |
Stefan Siegl
|
dd536bc5ce
Merge pull request #487 from stesie/exception-proxy-class
|
2 лет назад |
Stefan Siegl
|
4bfe2ef3ce
rename to setExceptionFilter
|
2 лет назад |
Stefan Siegl
|
712f54113b
Merge branch 'php7' of github.com:phpv8/v8js into php8
|
2 лет назад |
Stefan Siegl
|
4c026f3fb2
use isolate version of v8::ScriptOrigin
|
3 лет назад |
Stefan Siegl
|
ac2b1cb238
introduce setExceptionProxyFactory
|
3 лет назад |
Stefan Siegl
|
bfd2bfc2df
remove deprected V8Js::checkString function
|
3 лет назад |
Stefan Siegl
|
f6a93c3cd6
Remove support for uncaught exceptions. Use try/catch.
|
3 лет назад |
Stefan Siegl
|
fa4babb307
Remove support for V8 extensions
|
3 лет назад |
Stefan Siegl
|
9b3d1d1c8f
remove SINCE74(...) and SINCE80(...) macro fluff
|
3 лет назад |
Albert
|
cb7b3dcc29
Optimize and fix test reference from @redbullmarky
|
3 лет назад |
Albert
|
3d64f08536
optimize redundancy code and fix some unit test
|
3 лет назад |
Stefan Siegl
|
8b10c81049
demo unification of PHP 8.0 code branch w/ old one
|
3 лет назад |
Albert
|
97cc819ade
support php8
|
4 лет назад |
Stefan Siegl
|
e153ff1651
make it compile on PHP 7.3 and 7.4
|
5 лет назад |
Stefan Siegl
|
c2873fd8d3
change retval of write_property handlers, refs #409
|
5 лет назад |
Stefan Siegl
|
35398cc4e3
add zend_class_entry* to method_tmpls key, fixes #410
|
5 лет назад |
Stefan Siegl
|
93a46f668f
don't manage/free v8::Extension* (v8 does that now)
|
5 лет назад |
jalr
|
30e2ac6fa8
Call v8::RegisterExtension using unique_ptr
|
6 лет назад |
Stefan Siegl
|
9c45508183
omit use of deprecated apis
|
6 лет назад |
Stefan Siegl
|
ab6e2267af
adapt mandatory api changes for V8 7.0.276.3, refs #374
|
6 лет назад |
Stefan Siegl
|
18b79d9004
don't free interned strings, only persistent ones
|
6 лет назад |
Stefan Siegl
|
d4cb8f5783
Revert "don't free interned strings on PHP >= 7.3"
|
6 лет назад |
Stefan Siegl
|
4762dd1f0a
fix null-ptr deref
|
6 лет назад |
Stefan Siegl
|
aa041b4597
don't free interned strings on PHP >= 7.3
|
6 лет назад |
Stefan Siegl
|
313ad1e258
cleanup: remove no longer needed modules_base from ctx, refs #349
|
7 лет назад |
Stefan Siegl
|
278b4fbedb
Merge remote-tracking branch 'remotes/stesie/global-object' into php7
|
7 лет назад |
Stefan Siegl
|
1c7e355937
allow modules to return arbitrary values
|
7 лет назад |