Changeset 345
- Timestamp:
- 06/19/08 18:01:33 (5 months ago)
- Files:
-
- eaccelerator/trunk/README (modified) (1 diff)
- eaccelerator/trunk/README.eLoader (deleted)
- eaccelerator/trunk/README.win32 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/README
r246 r345 44 44 Requirements 45 45 ------------ 46 apache >= 1.3, mod_php >= 4.1, autoconf, automake, libtool, m4 47 46 * apache >= 1.3, mod_php >= 5.1 or php with fastcgi support 47 * autoconf, automake, libtool, m4 48 48 49 49 Compatibility 50 50 ------------- 51 eAccelerator has been reported working with php 4 and php5, php 5.1 support52 hasn't been integrated yet. It is being used on Linux, FreeBSD, MacOS X,53 Solaris and Windowswith apache 1.3 and 2, lighttpd and IIS.51 eAccelerator has been reported working with php 5.1 and higher. 52 It is being used on Linux, FreeBSD, MacOS X, Solaris and Windows 53 with apache 1.3 and 2, lighttpd and IIS. 54 54 55 55 eaccelerator/trunk/README.win32
r91 r345 7 7 Download the latest eAccelerator sources from sourceforge.net ( http://sourceforge.net/projects/eaccelerator ). 8 8 * You need Visual Studio or compatible compiler (Windows Libraries) 9 * You need to download the full source code of php 4/5 and the archive with the precompiled php 4/5 binary (or build php 4/5 you're self from source)9 * You need to download the full source code of php 5 and the archive with the precompiled php 5 binary (or build php 5 you're self from source) 10 10 Download the PHP sources and binaries for the version of PHP you wish to use eAccelerator with. The downloads can be obtained from http://www.php.net/downloads.php. The sources are compressed in two formats .tar.gz and .tar.bz2. If you use WinZip, download the .tar.gz format. Winrar is capable of extracting .tar.bz2 formats. 11 11 … … 20 20 You should have something like c:\php, c:\php\ext and c:\php\ext\eaccelerator 21 21 22 3) Unpack binary PHP in any other directory, and search for the .lib file. If you are using PHP4, search for php4ts.lib. If you are using PHP5 search for php5ts.lib. For PHP5,php5ts.lib is located in the dev\ subdirectory of the root folder.22 3) Unpack binary PHP in any other directory, and search for the .lib file. php5ts.lib is located in the dev\ subdirectory of the root folder. 23 23 Copy the .lib file to the PHP sources root directory that you unpacked the source files to earlier. For our example, this is in c:\php. This file will be used for linking 24 24 … … 28 28 29 29 6) Go to Build > Set active configuration ... and select the target you want to build. Included Visual Studio profiles are: 30 Debug31 30 Debug PHP5 32 Release33 31 Release PHP5 34 32 Select the profile according the PHP version you will compile. 35 Debug and Release are used for PHP4. DebugPHP5 and Release PHP5 are used for PHP5. For our example, we will compile with Release PHP5.33 Debug PHP5 and Release PHP5 are used for PHP5. For our example, we will compile with Release PHP5. 36 34 37 35 7) Go to Build > Build eAccelerator.dll to build the eaccelerator extension.