Stefan Siegl
|
133bf61e05
Merge pull request #512 from chrisbckr/php8-v8js_to_zval_check_arraybuffer
|
пре 2 година |
Christiano Becker
|
752cbdb8ac
Since ArrayBuffer has InternalFieldCount set to 2 by default, added !isArrayBuffer() and !isArrayBufferView() to ensure that is PHP object
|
пре 2 година |
Christiano Becker
|
f696867dc2
Fixed tab-based indentation
|
пре 2 година |
Christiano Becker
|
34d944a9f5
toJSON: use zend_hash_find_ptr_lc instead of ZEND_HASH_FOREACH_STR_KEY_PTR
|
пре 2 година |
Christiano Becker
|
c59982f129
Added toJSON Symbol that calls jsonSerialize if the php class exported implements JsonSerializable interface
|
пре 2 година |
Christiano Becker
|
cfa5e722fb
* Propagate exception when zend_read_property reads __get and throws an exception
|
пре 2 година |
Christiano Becker
|
fab7a68717
PHP 8.2 compatibility
|
пре 2 година |
Marek Skopal
|
e06b382bd0
Fixed build on PHP 8.0.x
|
пре 2 година |
Stefan Siegl
|
8aa6bc2357
Merge branch 'php8-exit_segfault' of https://github.com/chrisbckr/v8js into php8
|
пре 2 година |
Stefan Siegl
|
7887ec6475
Merge branch 'php7' into php8
|
пре 2 година |
Christiano Becker
|
5a10dec698
When FLAG_PROPAGATE_PHP_EXCEPTIONS is set, check for unwind or graceful exit before propagate
|
пре 2 година |
Stefan Siegl
|
4bfe2ef3ce
rename to setExceptionFilter
|
пре 2 година |
Stefan Siegl
|
ca38f724c8
handle exceptions thrown in proxy factory
|
пре 2 година |
Stefan Siegl
|
ac2b1cb238
introduce setExceptionProxyFactory
|
пре 2 година |
Stefan Siegl
|
9b3d1d1c8f
remove SINCE74(...) and SINCE80(...) macro fluff
|
пре 2 година |
Stefan Siegl
|
6be2206aab
eliminate PHP_MAJOR_VERSION checks
|
пре 2 година |
Stefan Siegl
|
10cd73a03d
eliminate PHP_VERSION_ID checks for < 80000 etc
|
пре 2 година |
Albert
|
cb7b3dcc29
Optimize and fix test reference from @redbullmarky
|
пре 3 година |
Albert
|
1db8f8de5e
Support PHP8.1+
|
пре 3 година |
Albert
|
3d64f08536
optimize redundancy code and fix some unit test
|
пре 3 година |
Albert
|
97cc819ade
support php8
|
пре 3 година |
waqasbelushi
|
e648f431ac
all test passed v8 8.9
|
пре 4 година |
Jan-E
|
672d6952fd
make it compile with PHP 7.4 on Windows
|
пре 5 година |
Stefan Siegl
|
801c744885
Merge pull request #435 from timothympace/api_updates
|
пре 5 година |
Timothy Pace
|
3955409f56
Remove deprecated Context versions of ToBoolean and BooleanValue
|
пре 5 година |
Tyson Andre
|
7fd31e8b5a
Fix sprintf call for "converting parameter .. failed"
|
пре 5 година |
Tyson Andre
|
63d65a59ae
Pass pointer to (char*) instead of (zend_string*) to spprintf
|
пре 5 година |
Stefan Siegl
|
35398cc4e3
add zend_class_entry* to method_tmpls key, fixes #410
|
пре 5 година |
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 година |