Jump to letter: [
ABCDEFGIJKLMNOPQRSTUVW
]
php-eaccelerator: PHP accelerator, optimizer, encoder and dynamic content cacher
- Summary
- eAccelerator is a further development of the MMCache PHP Accelerator & Encoder.
It increases performance of PHP scripts by caching them in compiled state, so
that the overhead of compiling is almost completely eliminated.
Changelog
- * Fri May 19 12:00:00 2006 SJD 5.1.2_0.9.5-beta2
- Just a rebuild with newer beta version.
- Added eaccelerator.allowed_admin_path to default webroot.
- * Mon Jun 27 12:00:00 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_0.9.3-3
- Include buffer overflow patch from zoeloelip, this should fix the real
problem that wasn't in fact solved with the removal of _smp_mflags.
- Add explicit shm_and_disk defaults to the ini file.
- * Mon Jun 27 12:00:00 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_0.9.3-2
- Remove %{?_smp_mflags}, since the module crashes otherwise (#161189).