Commit History

Author SHA1 Message Date
  Stefan Siegl 0a93aa2306 Fix object name setting 10 years ago
  Stefan Siegl c6136ec3d2 Fix globals ptr passing wrt. timer thread 10 years ago
  Stefan Siegl e995708d6d PHP7 adapt: fix export of public properties on derived classes 10 years ago
  Stefan Siegl 486eb697f8 PHP7 adapt: fix getExtensions return array keys 10 years ago
  Stefan Siegl cfb1756fd7 PHP7 adapt: fix double free 10 years ago
  Stefan Siegl 794da39882 PHP7 adapt: handle ZEND_WRONG_PROPERTY_INFO special ptr 10 years ago
  Stefan Siegl 19a67118b5 PHP7 adapt: fix zend_register_resource/compileString 10 years ago
  Stefan Siegl a91d2bc413 PHP7 adapt: fix registerExtension 10 years ago
  Stefan Siegl eca7656b7d PHP7 adapt: fix setModuleLoader 10 years ago
  Stefan Siegl b21acf770a PHP7 adapt: no fallback property_info any longer 10 years ago
  Stefan Siegl fe7e097d10 PHP7 adapt: use zend_string 10 years ago
  Stefan Siegl a0f3c2302c PHP7 adapt: initialize c->std.handlers as needed 10 years ago
  Stefan Siegl 5477d780a3 PHP7 adapt v8js_v8object_class.cc 10 years ago
  Stefan Siegl 916e068c4a PHP7 adapt v8js_object_export.cc 10 years ago
  Stefan Siegl b8c9badddb Adapt v8js_class.cc to PHP7 API 10 years ago
  Stefan Siegl 3fa38e7b87 v8js_class.cc pt.2 for PHP7, zend_object_store_get_object stuff & script resource 10 years ago
  Stefan Siegl a10e601af3 adapt v8js_ctx custom object creation to PHP7 API 10 years ago
  Stefan Siegl f6105ff3cf v8js_class pt.1: pending_exception, module_loader, weak_objects, jsext 10 years ago
  Stefan Siegl 8389e126b5 adapt to changed ZVAL_STRING/ZVAL_STRINGL/RETVAL_STRINGL macros 10 years ago
  Stefan Siegl 45f7e18624 Remove conditional compilation for PHP_VERSION_ID < 7.0.0 10 years ago
  Stefan Siegl 829bac9ddc Merge pull request #150 from stesie/issue-140 10 years ago
  Stefan Siegl 0deb7d1802 Track list of valid script object in ctx 10 years ago
  Stefan Siegl cb7a1b8d6a Dispose persisted v8::Script object on resource dtor (memory leak) 10 years ago
  Stefan Siegl 1f56c8e43c Don't only run dtor, really delete the object 10 years ago
  Stefan Siegl dd4996cd56 delete v8::Extension instance on shutdown 10 years ago
  Stefan Siegl 3d89f0250d Provide key compare function for modules_loaded 10 years ago
  Stefan Siegl 22e90d1c50 Call v8::V8::SetArrayBufferAllocator for v8 4.4.10 & higher 10 years ago
  Stefan Siegl 493e448bae Provide ArrayBufferAllocator for v8 4.4.44 (and later) 10 years ago
  Stefan Siegl e67f1f4c9c Fix handling of failed context creation, closes #136 10 years ago
  Stefan Siegl 3726d233b8 return SUCCESS from PHP_MINIT_FUNCTION 10 years ago