1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/eaccelerator/pkg-descr
Alex Dupre fa82ac8165 Update to 0.9.6 release:
- add support for php 5.3
- drop support for php4
- encoder/cache/session handler are removed

PR:		ports/145617
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-04-11 08:10:38 +00:00

11 lines
431 B
Plaintext

eAccelerator is a free open-source PHP accelerator & optimizer. It increases
the performance of PHP scripts by caching them in their compiled state, so
that the overhead of compiling is almost completely eliminated. It also
optimizes scripts to speed up their execution. eAccelerator typically reduces
server load and increases the speed of your PHP code by 1-10 times.
WWW: http://eaccelerator.net/
- Alex Dupre
ale@FreeBSD.org