Commit History

Author SHA1 Message Date
  Taneli Leppa 52dc41e30e Build fix for GCC 4.4 (eg. el6). 11 years ago
  Stefan Siegl 1e773dd4a8 Make compatible with V8 3.23.8 (and below) 11 years ago
  Stefan Siegl e20e5098c7 Make compatible with V8 3.23.11 (and below) 11 years ago
  Stefan Siegl 69290b5779 Fix build against libv8 3.24.5 11 years ago
  C. Scott Ananian 24257b54af Free php_v8js_accessor_ctx when we are done with it. 11 years ago
  C. Scott Ananian 3f77a5a356 Make PHP object accessors typesafe using V8::AccessorSignature. 11 years ago
  C. Scott Ananian 57348c5f7d Fix double-pop of timer_ctx (and efree from wrong thread). 11 years ago
  C. Scott Ananian dba6322812 Fix memory leak: The get_properties handler owns the returned hashtable. 11 years ago
  Stefan Siegl 18b129b128 Trigger garbage collection within Isolate::Scope 11 years ago
  C. Scott Ananian 39cc821f91 Store tsrm_ls in php_v8js_ctx. 11 years ago
  C. Scott Ananian 303f3f52b5 Refactor template cache into php_v8js_ctx. 11 years ago
  C. Scott Ananian c341511b36 PHP 5.3 compatibility fixes. 11 years ago
  C. Scott Ananian 52d8946b89 Add isolate parameter to V8JS_* macros. 11 years ago
  C. Scott Ananian 49632054a4 Cleanup: remove some warnings when compiled with -Wunused 11 years ago
  Stefan Siegl 61eee4cbd6 TSRM/ZTS fixes. 11 years ago
  Anatol Belski c0290d4a17 fix version macros name 11 years ago
  Stefan Siegl d69f2be50a Add v8 debug support 11 years ago
  Stefan Siegl 662e491e1f Pass back v8 functions, don't re-wrap 11 years ago
  Patrick Reilly dc1475a3ad updated package for beta release and switch license to MIT 11 years ago
  Stefan Siegl 286b0d8ac0 Handle non-construct call 12 years ago
  Stefan Siegl ffa42cdfaf Replaced deprecated v8 api calls with newer equivalents 12 years ago
  Patrick Reilly 4a82311b4d fix mutex issue and c++11 support on Ubuntu — remove stray EOL marker 12 years ago
  Patrick Reilly 6f44220328 fix merge conflict 12 years ago
  Patrick Reilly 713d4119da Merge branch master of github.com:preillyme/v8js 12 years ago
  Simon Best 8d8c671aa0 V8 isolates need to be passed into all variable accessor and conversion functions. 12 years ago
  Simon Best 8ae7606338 Refactor CommonJS modules functionality to store state in the extension globals and context as appropriate. 12 years ago
  Simon Best 93df3411d9 Merged CommonJS modules functionality. 12 years ago
  Simon Best 84baa7614a First working version of CommonJS modules. 12 years ago
  Patrick Reilly dfbd5f0c0c Fixed build in 5.4+ 13 years ago
  Felipe Pena 7c8c24ab72 - Fix version 13 years ago