Activity Not Available

Commits

  Analyzed about 2 years ago based on code collected almost 3 years ago.
  All Time 12 Month 30 Day
Commits: N/A N/A N/A
Contributors: N/A N/A N/A
Files Modified: N/A N/A N/A
Lines Added: N/A N/A N/A
Lines Removed: N/A N/A N/A

Commits per Month

Most Recent Commits

 
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed class static variable restore where parent was protected static and child was public static. This would lead to error 'Access to undeclared static property' upon restore from cache * Added proper handling of class properties during storing in cache. Public/private/protected is properly handled now. Somehow this was a long overdue TODO spotted by running the testsuite. This fixes ticket #408 * Small fix that solves some issues with lambda (closure) functions. This solves ticket #405 Anon32 More... about 3 years ago
Fixed double free in eaccelerator_globals_dtor. This closes ticket #404 Anon32 More... about 3 years ago
small documentation updates Anon32 More... about 3 years ago
php_check_open_basedir only needs to be called when restoring Anon32 More... about 3 years ago
Remove some leftover debug output that broke compilation with php-5.2 and --with-eaccelerator-debug Anon32 More... about 3 years ago
Now really add the sched_yield command and not only in commented out Avatar More... over 3 years ago
Fixed linking of ZEND_DECLARE_INHERITED_CLASS_DELAYED across bb's in the optimizer. This fixes bug #399 Anon32 More... over 3 years ago
Remove some leftovers from the lock api Avatar More... over 3 years ago
Fix spinlocks on Solaris with Sun Compiler. #325 Avatar More... over 3 years ago
Add a call to sched_yield after a failed spinlock to prevent deadlock conditions. This should fix #381 and is a real fix for #340. Instead of using a fake select as yield, a check is added to disable spinlocks on systems that do not have sched_yield. Avatar More... over 3 years ago
See All Commits
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.