Changeset 135
- Timestamp:
- 11/20/05 19:02:09 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/README (modified) (3 diffs)
- eaccelerator/trunk/execute.c (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r134 r135 7 7 * set shared memory size in eaccelerator.ini to 0 so the default OS 8 8 size is used. 9 * README updates 9 10 10 11 2005-11-17 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/trunk/README
r131 r135 33 33 eAccelerator. 34 34 35 eAccelerator does not work in CGI mode. 35 eAccelerator does not work in CGI mode but it does work in Fast-CGI mode with 36 webservers like lighttpd. 36 37 37 38 … … 41 42 - PHP Accelerator (http://www.php-accelerator.co.uk/) 42 43 - Alternative PHP Cache (http://pecl.php.net/package/APC) 43 - AfterBurner Cache (http://bwcache.bware.it/)44 44 45 45 … … 94 94 Compatibility 95 95 ------------- 96 This version of the eAccelerator has been successfully tested on PHP 97 4.1.0-4.3.3 under Fedora 1, 2, 3, 4 and Debian 3.1 and Windows with Apache 1.398 and Apache 2.0.96 eAccelerator has been reported working with php4 and php5 but php 5.1 support 97 hasn't been integrated yet. It is being used on Linux, FreeBSD, MacOS X, 98 Solaris and Windows with apache 1.3 and 2, lighttpd and IIS. 99 99 100 100