22
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mark project as deprecated More... over 4 years ago
Re-enabled some optimisations, removed dupe CONSTANT() macro More... over 11 years ago
Remove current memory protection implementation More... over 11 years ago
remove space at EOF More... over 11 years ago
Fixed CONCAT/ADD_STRING + ADD_CHAR optimizer bug More... over 11 years ago
Small tweaks to the disassembler More... over 11 years ago
OMG no more last minute commits before leaving the office More... over 11 years ago
Win32 compilation fix round 2 More... over 11 years ago
Forgot one Win32 compilation fix More... over 11 years ago
Update Win32 VC project files and fixed several Win32 compilation issues More... over 11 years ago
Add warning after install stage about clearing disk cache when upgrading More... over 11 years ago
Fixed a longstanding issue regarding exceptions in the optimizer. More... over 11 years ago
Fixed memory leaks, optimizer and disassembler issues with PHP-5.4 * Fixed memory leaks in restore_hash() and the optimizer * Fixed several issues in the optimizer related to result type checking / setting (PHP 5.4 uses op.result_type for both result type and 'result used mask' instead of two seperate values) * Fixed displaying of function/method names in the disassembler * Fixed handling of fetch ops by the optimizer and the disassembler More... over 11 years ago
Fixed disassembler result type checking More... over 11 years ago
Forgot to pass TSRMLS_CC to calc_zval_ptr for threadsafe build. Thanks @tengattack More... over 11 years ago
Small mistake. I think it's time for food :P More... over 11 years ago
* Fixed a very stupid bug in restore_class_parent * Rewrote the spinlock implementation. This hopefully takes care of deadlock issues reported on the old Trac site. * Removed some excessive debug output More... over 11 years ago
* Fixed open_basedir issues as reported on the old Trac site * Removed key/value store and session handler bits from config.w32 and added doc-comment-inclusion. Win32 project files also need updating but i currently don't have a win32 development station * Fixed segfault in store_default_property_access_check when compiled with -O2 and removed unused vars More... over 11 years ago
Forgot to update Changelog More... over 11 years ago
Merge branch 'master' of https://github.com/eaccelerator/eaccelerator More... over 11 years ago
Fixed compilation and hash handling for php < 5.4 * fixed compilation of ea_dasm.c against php < 5.4 * fixed handling of hashes for php < 5.4 * disabled MM_CHECK by default because it is broken and causes segfaults when shared memory is exhausted (debug builds only). More... over 11 years ago
Small fix in documentation More... over 11 years ago
Merge pull request #1 from bartv/master More... over 11 years ago
Remove link to unexisting website and to me More... over 11 years ago
* PHP-5.4 compatibility * Fixed a segfault when restoring class doc comments from disk cache * Storing doc comments in cache is default now since most frameworks require this (Reflection API). * Re-indented all files using astyle and bumped year More... over 11 years ago
Merge NEWS changes from 0.9.6 to trunk More... over 13 years ago
Make the error message about creating the cache directory more clear. More... over 13 years ago
Fix for ticket #432 + some Changelog formatting tweaks More... over 13 years ago
Windows reverted to the old way, to hard to get a uid. More... almost 14 years ago
Changed the way the cache directory is created: More... almost 14 years ago