Changeset 27
- Timestamp:
- 12/22/04 20:10:52 (4 years ago)
- Files:
-
- eaccelerator/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/README
r16 r27 16 16 by several engines. Files that can't fit in shared memory are cached on disk 17 17 only. 18 19 eAccelerator was first launched in 2001 to speed up the www.guestbooks4all.com20 service. It has been tested with PHP 4.1.0 - 4.3.3 under GNU/Linux and Windows21 with Apache 1.3 and 2.0. Patches for ports to other OSs and PHP versions are22 welcome.23 18 24 19 eAccelerator contains a PHP encoder and loader. You can encode PHP scripts … … 96 91 Step 3. Configuring eAccelerator 97 92 98 eAccelerator can be installed both as Zend or PHP extension, so you need 99 to edit your php.ini file (usually /etc/php.ini). 93 eAccelerator can be installed both as Zend or PHP extension. 94 95 For eaccelerator > 0.9.1, if you have /etc/php.d directory, you should copy eaccelerator.ini inside and modify default value if you need. 96 97 If not, you need to edit your php.ini file (usually /etc/php.ini). 100 98 101 99 To install as Zend extension: