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
|
9b3d1d1c8f
remove SINCE74(...) and SINCE80(...) macro fluff
|
2 years ago |
Stefan Siegl
|
10cd73a03d
eliminate PHP_VERSION_ID checks for < 80000 etc
|
2 years ago |
Albert
|
3d64f08536
optimize redundancy code and fix some unit test
|
3 years ago |
Albert
|
97cc819ade
support php8
|
3 years ago |
waqasbelushi
|
e648f431ac
all test passed v8 8.9
|
4 years ago |
Jan-E
|
672d6952fd
make it compile with PHP 7.4 on Windows
|
5 years ago |
Timothy Pace
|
3955409f56
Remove deprecated Context versions of ToBoolean and BooleanValue
|
5 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
|
90b6b31f06
break recursion immediately on PHP <= 7.2 as well
|
6 years ago |
Jan-E
|
0c2b55d802
Add GC_(UN)PROTECT_RECURSION, move (un)protecting outside loops
|
6 years ago |
Jan-E
|
826aaa689c
Change to GC_IS_RECURSIVE for PHP 7.3
|
6 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
|
a493919a17
extract function zend_long_to_v8js
|
8 years ago |
Stefan Siegl
|
e5f57b7661
move #undef min/max to v8js_v8.h
|
8 years ago |
Stefan Siegl
|
fe2e289a32
ulong -> zend_ulong
|
8 years ago |
Stefan Siegl
|
7af272a709
throw on string export beyond int-max length
|
8 years ago |
Stefan Siegl
|
754a663e81
move #undef directives to the top of the file
|
8 years ago |
Stefan Siegl
|
e86c957811
fix long vs. zend_long issue on Windows, refs #292
|
8 years ago |
Stefan Siegl
|
8126fc4928
Handle Z_TYPE == IS_REFERENCE well, fixes #246
|
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
|
2e5a565237
Remove (meanwhile) unreferenced local variables
|
9 years ago |
Stefan Siegl
|
e9e90bac65
Merge remote-tracking branch 'origin/master' into php7
|
9 years ago |
Stefan Siegl
|
05b96a96b8
Use internal fields instead of GetHiddenValue/SetHiddenValue
|
9 years ago |
Stefan Siegl
|
98205461be
Reorder includes for Visual Studio 2015, closes #194
|
9 years ago |