Commit History

Author SHA1 Message Date
  Stefan Siegl 2b2c476387 Add pointer to master (aka php 5.x) branch 9 years ago
  Stefan Siegl 9827224471 Don't pass cache_slot to standard handlers 9 years ago
  Stefan Siegl b8726409f4 Throw V8JsException if v8 context cannot be created 9 years ago
  Stefan Siegl 8a3124ee2a handle new IS_INDIRECT and IS_UNDEF in zval->js export 9 years ago
  Stefan Siegl 0a93aa2306 Fix object name setting 9 years ago
  Stefan Siegl afa52c07bc Remove hard-coded full pathnames from test 9 years ago
  Stefan Siegl 71c43b6377 don't declare v8js_named_property_callback inline 9 years ago
  Stefan Siegl fcb056b5a5 Handle access of undeclared properties 9 years ago
  Stefan Siegl cbbce91ffd Rename constructor functions to __construct 9 years ago
  Stefan Siegl 4002c3c1ae pass const char* instead of zend_string* 9 years ago
  Stefan Siegl c6136ec3d2 Fix globals ptr passing wrt. timer thread 9 years ago
  Stefan Siegl fd32ec0fa9 PHP7 adapt: fix V8JsScriptException getters 9 years ago
  Stefan Siegl e995708d6d PHP7 adapt: fix export of public properties on derived classes 9 years ago
  Stefan Siegl 486eb697f8 PHP7 adapt: fix getExtensions return array keys 9 years ago
  Stefan Siegl cfb1756fd7 PHP7 adapt: fix double free 9 years ago
  Stefan Siegl 794da39882 PHP7 adapt: handle ZEND_WRONG_PROPERTY_INFO special ptr 9 years ago
  Stefan Siegl 1e8ce5a609 PHP7 adapt fix: use zend_hash_find_ptr on ce->function_table 9 years ago
  Stefan Siegl 592d6528ca PHP7 adapt: fix zend_string memory leaks 9 years ago
  Stefan Siegl 19a67118b5 PHP7 adapt: fix zend_register_resource/compileString 9 years ago
  Stefan Siegl a91d2bc413 PHP7 adapt: fix registerExtension 9 years ago
  Stefan Siegl 11155a6a51 PHP7 adapt: changed fatal error messages 9 years ago
  Stefan Siegl eca7656b7d PHP7 adapt: fix setModuleLoader 9 years ago
  Stefan Siegl 31bafd052d c->properties is NULL anyways (due to ecalloc) 9 years ago
  Stefan Siegl b21acf770a PHP7 adapt: no fallback property_info any longer 9 years ago
  Stefan Siegl 49acfc6f22 Adapt ctx_lifetime test to PHP7: changed exception handling 9 years ago
  Stefan Siegl fe7e097d10 PHP7 adapt: use zend_string 9 years ago
  Stefan Siegl a0f3c2302c PHP7 adapt: initialize c->std.handlers as needed 9 years ago
  Stefan Siegl fd6eeddc52 Adapt to PHP7 9 years ago
  Stefan Siegl 5477d780a3 PHP7 adapt v8js_v8object_class.cc 9 years ago
  Stefan Siegl 916e068c4a PHP7 adapt v8js_object_export.cc 9 years ago