Stefan Siegl
|
a91d2bc413
PHP7 adapt: fix registerExtension
|
9 年之前 |
Stefan Siegl
|
11155a6a51
PHP7 adapt: changed fatal error messages
|
9 年之前 |
Stefan Siegl
|
eca7656b7d
PHP7 adapt: fix setModuleLoader
|
9 年之前 |
Stefan Siegl
|
31bafd052d
c->properties is NULL anyways (due to ecalloc)
|
9 年之前 |
Stefan Siegl
|
b21acf770a
PHP7 adapt: no fallback property_info any longer
|
9 年之前 |
Stefan Siegl
|
49acfc6f22
Adapt ctx_lifetime test to PHP7: changed exception handling
|
9 年之前 |
Stefan Siegl
|
fe7e097d10
PHP7 adapt: use zend_string
|
9 年之前 |
Stefan Siegl
|
a0f3c2302c
PHP7 adapt: initialize c->std.handlers as needed
|
9 年之前 |
Stefan Siegl
|
fd6eeddc52
Adapt to PHP7
|
9 年之前 |
Stefan Siegl
|
5477d780a3
PHP7 adapt v8js_v8object_class.cc
|
9 年之前 |
Stefan Siegl
|
916e068c4a
PHP7 adapt v8js_object_export.cc
|
9 年之前 |
Stefan Siegl
|
909e3f004d
Adapt to PHP7: v8js_convert.cc, v8js_exception.cc, v8js_methods.cc
|
9 年之前 |
Stefan Siegl
|
b8c9badddb
Adapt v8js_class.cc to PHP7 API
|
9 年之前 |
Stefan Siegl
|
3fa38e7b87
v8js_class.cc pt.2 for PHP7, zend_object_store_get_object stuff & script resource
|
9 年之前 |
Stefan Siegl
|
a10e601af3
adapt v8js_ctx custom object creation to PHP7 API
|
9 年之前 |
Stefan Siegl
|
f6105ff3cf
v8js_class pt.1: pending_exception, module_loader, weak_objects, jsext
|
9 年之前 |
Stefan Siegl
|
8e84f99830
Adapt v8js.cc to PHP7 API
|
9 年之前 |
Stefan Siegl
|
2d0aa9b2cc
adapt PHPJS_OBJECT_KEY from zval* to zend_object*
|
9 年之前 |
Stefan Siegl
|
5acc64610d
Adapt v8js_array_access.cc to PHP7 API
|
9 年之前 |
Stefan Siegl
|
8389e126b5
adapt to changed ZVAL_STRING/ZVAL_STRINGL/RETVAL_STRINGL macros
|
9 年之前 |
Stefan Siegl
|
45f7e18624
Remove conditional compilation for PHP_VERSION_ID < 7.0.0
|
9 年之前 |
Stefan Siegl
|
cef7b0beba
Remove #include of no-more-existing file
|
9 年之前 |
Stefan Siegl
|
e07ea80805
Update README.Linux.md common pitfalls
|
9 年之前 |
Stefan Siegl
|
94fb367b15
Merge pull request #154 from rosmo/libplatform-x64
|
10 年之前 |
Taneli Leppa
|
9f082a057b
Check lib64 dir for libplatform as well.
|
10 年之前 |
Stefan Siegl
|
35e5fbb1fc
Don't call V8::ShutdownPlatform for V8 < 3.29.36
|
10 年之前 |
Stefan Siegl
|
829bac9ddc
Merge pull request #150 from stesie/issue-140
|
10 年之前 |
Stefan Siegl
|
204cc0fa6a
Merge pull request #151 from stesie/mem-leaks-001
|
10 年之前 |
Stefan Siegl
|
0deb7d1802
Track list of valid script object in ctx
|
10 年之前 |
Stefan Siegl
|
cb7a1b8d6a
Dispose persisted v8::Script object on resource dtor (memory leak)
|
10 年之前 |