22
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 08, 2025 — Jun 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mark project as deprecated More... over 6 years ago
Re-enabled some optimisations, removed dupe CONSTANT() macro More... almost 14 years ago
Remove current memory protection implementation More... almost 14 years ago
remove space at EOF More... almost 14 years ago
Fixed CONCAT/ADD_STRING + ADD_CHAR optimizer bug More... almost 14 years ago
Small tweaks to the disassembler More... almost 14 years ago
OMG no more last minute commits before leaving the office More... almost 14 years ago
Win32 compilation fix round 2 More... almost 14 years ago
Forgot one Win32 compilation fix More... almost 14 years ago
Update Win32 VC project files and fixed several Win32 compilation issues More... almost 14 years ago
Add warning after install stage about clearing disk cache when upgrading More... almost 14 years ago
Fixed a longstanding issue regarding exceptions in the optimizer. More... almost 14 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... almost 14 years ago
Fixed disassembler result type checking More... almost 14 years ago
Forgot to pass TSRMLS_CC to calc_zval_ptr for threadsafe build. Thanks @tengattack More... almost 14 years ago
Small mistake. I think it's time for food :P More... almost 14 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... almost 14 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... almost 14 years ago
Forgot to update Changelog More... almost 14 years ago
Merge branch 'master' of https://github.com/eaccelerator/eaccelerator More... almost 14 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... almost 14 years ago
Small fix in documentation More... almost 14 years ago
Merge pull request #1 from bartv/master More... almost 14 years ago
Remove link to unexisting website and to me More... almost 14 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... almost 14 years ago
Merge NEWS changes from 0.9.6 to trunk More... almost 16 years ago
Make the error message about creating the cache directory more clear. More... almost 16 years ago
Fix for ticket #432 + some Changelog formatting tweaks More... almost 16 years ago
Windows reverted to the old way, to hard to get a uid. More... almost 16 years ago
Changed the way the cache directory is created: More... almost 16 years ago