1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't --rpath link on MacOS/Darwin, refs #97 More... about 9 years ago
Merge pull request #132 from stesie/code-cleanup More... over 9 years ago
Merge pull request #133 from christiaan/update_readme More... over 9 years ago
Change the invalid php stub with valid php code that can be used for type hinting More... over 9 years ago
Update the Readme section about the public API with the two new functions setTimeLimit and setMemoryLimit More... over 9 years ago
More php_v8js_ prefix cleanup More... over 9 years ago
php_v8js_create_v8 -> v8js_v8object_create More... over 9 years ago
Remove php_ prefix to struct & type names More... over 9 years ago
Remove CVS $Id$ comment lines More... over 9 years ago
Move types from php_v8js_macros.h to new headers More... over 9 years ago
Rename V8Object stuff to v8js_v8object_XXX More... over 9 years ago
Rename php_v8js_objects -> v8js_v8objects More... over 9 years ago
code cleanup, part 1 More... over 9 years ago
Catch serialization of V8Function instances More... over 9 years ago
Test unserialization with properties More... over 9 years ago
Catch serialization of V8Object instances More... over 9 years ago
Handle absent isolate in V8Js::__destruct More... over 9 years ago
Catch serialization of V8Js object, closes #119 More... over 9 years ago
Throw V8JsException if source is not a script More... over 9 years ago
introduce V8JsException class More... over 9 years ago
Merge branch 'array-access' More... over 9 years ago
Fix path seperator for Windows More... over 9 years ago
Don't redefine default parameter More... over 9 years ago
increase time limit to start engine More... over 9 years ago
Add test on die() call, refs #122 More... over 9 years ago
Use zend_try/zend_catch to unwind v8 stack More... over 9 years ago
Unwind stack after fatal error in V8Function, closes #130 More... over 9 years ago
Make time limit tests pass more safely More... over 9 years ago
Use isolate->RequestInterrupt to get heap size More... over 9 years ago
Remove set_memory_limit_002 test More... over 9 years ago