コミット履歴

作者 SHA1 メッセージ 日付
  Stefan Siegl 0a93aa2306 Fix object name setting 9 年 前
  Stefan Siegl c6136ec3d2 Fix globals ptr passing wrt. timer thread 9 年 前
  Stefan Siegl 74440ed9f7 Move V8JSG extensions and v8_flags to process globals 9 年 前
  Stefan Siegl 83f51e5021 Merge pull request #156 from stesie/php-exception-behaviour 9 年 前
  Stefan Siegl e995708d6d PHP7 adapt: fix export of public properties on derived classes 9 年 前
  Stefan Siegl 71f4b7ba05 Cache pseudo-Array FunctionTemplate as well 9 年 前
  Stefan Siegl 486eb697f8 PHP7 adapt: fix getExtensions return array keys 9 年 前
  Stefan Siegl cfb1756fd7 PHP7 adapt: fix double free 9 年 前
  Stefan Siegl 794da39882 PHP7 adapt: handle ZEND_WRONG_PROPERTY_INFO special ptr 9 年 前
  Stefan Siegl 19a67118b5 PHP7 adapt: fix zend_register_resource/compileString 9 年 前
  Stefan Siegl a91d2bc413 PHP7 adapt: fix registerExtension 9 年 前
  Stefan Siegl eca7656b7d PHP7 adapt: fix setModuleLoader 9 年 前
  Stefan Siegl b21acf770a PHP7 adapt: no fallback property_info any longer 9 年 前
  Stefan Siegl fe7e097d10 PHP7 adapt: use zend_string 9 年 前
  Stefan Siegl a0f3c2302c PHP7 adapt: initialize c->std.handlers as needed 9 年 前
  Stefan Siegl 5477d780a3 PHP7 adapt v8js_v8object_class.cc 9 年 前
  Stefan Siegl 916e068c4a PHP7 adapt v8js_object_export.cc 9 年 前
  Stefan Siegl 78dd0a9ff0 Cache v8::FunctionTemplates created by v8js_named_property_callback 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 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 f7c33539c2 Improve PHP->JS->PHP exception back propagation 9 年 前
  Stefan Siegl 462eb623b3 Allow PHP exception to JS propagation 9 年 前
  Stefan Siegl 829bac9ddc Merge pull request #150 from stesie/issue-140 9 年 前
  Stefan Siegl 0deb7d1802 Track list of valid script object in ctx 9 年 前
  Stefan Siegl cb7a1b8d6a Dispose persisted v8::Script object on resource dtor (memory leak) 9 年 前
  Stefan Siegl 1f56c8e43c Don't only run dtor, really delete the object 9 年 前