Christiano Becker
|
752cbdb8ac
Since ArrayBuffer has InternalFieldCount set to 2 by default, added !isArrayBuffer() and !isArrayBufferView() to ensure that is PHP object
|
2 years ago |
Stefan Siegl
|
7887ec6475
Merge branch 'php7' into php8
|
2 years ago |
Stefan Siegl
|
26de750e8e
auto-detect V8 sandbox and call InitializeSandbox if needed
|
2 years ago |
Stefan Siegl
|
23cc21c5b8
call InitializeSandbox
|
2 years ago |
Stefan Siegl
|
f6a93c3cd6
Remove support for uncaught exceptions. Use try/catch.
|
3 years ago |
Mark Grainger
|
51d34e0acd
Fix for V8 timezone notification
|
3 years ago |
Stefan Siegl
|
3257a86bef
hold extra reference on v8 instance as long as we call into V8, closes #472
|
3 years ago |
waqasbelushi
|
e648f431ac
all test passed v8 8.9
|
4 years ago |
Stefan Siegl
|
8fe3cbc292
correctly load V8 8.x snapshot blob
|
5 years ago |
Timothy Pace
|
3955409f56
Remove deprecated Context versions of ToBoolean and BooleanValue
|
5 years ago |
Timothy Pace
|
68d2274297
Handle API removal of CreateDefaultPlatform
|
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
|
13e0b77015
Fix left-over deprecated API calls.
|
8 years ago |
Stefan Siegl
|
989f0ae82c
Add php.ini setting v8js.icudtl_dat_path
|
8 years ago |
Stefan Siegl
|
5f08db8a49
Don't initialize ICU on V8 < 5.3.178
|
8 years ago |
Stefan Siegl
|
c957be8b2a
Initialize ICU as (meanwhile) needed
|
8 years ago |
Stefan Siegl
|
f02b44b3f8
make memory_limit a size_t internally
|
8 years ago |
Stefan Siegl
|
745126b5cb
remove left-over TSRM stuff
|
8 years ago |
Stefan Siegl
|
24bb1761bf
remove TSRMLS_DC, TSRMLS_CC
|
8 years ago |
Stefan Siegl
|
d97832d9fb
v8::Handle -> v8::Local
|
8 years ago |
Stefan Siegl
|
288fe4d2a0
PHP Version 5 -> 7
|
8 years ago |
Stefan Siegl
|
d2c171a83f
fix bound check: uint32_t -> int
|
8 years ago |
Stefan Siegl
|
ab8613f41b
v8js_v8: add size check + precission down cast
|
8 years ago |
Stefan Siegl
|
77e7338018
Don't try to guess if blob.bin files are needed
|
8 years ago |
Stefan Siegl
|
5ae48bbda7
Fix refcounting, use zval_ptr_dtor, closes #250
|
8 years ago |
Stefan Siegl
|
c459acd1ef
Merge remote-tracking branch 'origin/master' into php7
|
8 years ago |
Stefan Siegl
|
3278be8bee
Add 'indent-tabs-mode: t' to file variables
|
8 years ago |
Stefan Siegl
|
c4c5a19165
fix wrapped php object detection, closes #240
|
8 years ago |
Stefan Siegl
|
e9e90bac65
Merge remote-tracking branch 'origin/master' into php7
|
9 years ago |