Changeset 345

Show
Ignore:
Timestamp:
06/19/08 18:01:33 (5 months ago)
Author:
bart
Message:

Update some documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/README

    r246 r345  
    4444Requirements 
    4545------------ 
    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 
    4848 
    4949Compatibility 
    5050------------- 
    51 eAccelerator has been reported working with php4 and php5, php 5.1 support 
    52 hasn't been integrated yet. It is being used on Linux, FreeBSD, MacOS X,  
    53 Solaris and Windows with apache 1.3 and 2, lighttpd and IIS. 
     51eAccelerator has been reported working with php 5.1 and higher. 
     52It is being used on Linux, FreeBSD, MacOS X, Solaris and Windows  
     53with apache 1.3 and 2, lighttpd and IIS. 
    5454 
    5555 
  • eaccelerator/trunk/README.win32

    r91 r345  
    77  Download the latest eAccelerator sources from sourceforge.net ( http://sourceforge.net/projects/eaccelerator ). 
    88* 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) 
    1010  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. 
    1111 
     
    2020   You should have something like c:\php, c:\php\ext and c:\php\ext\eaccelerator 
    2121 
    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. 
     223) 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. 
    2323   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 
    2424 
     
    2828 
    29296) Go to Build > Set active configuration ... and select the target you want to build.  Included Visual Studio profiles are: 
    30         Debug 
    3130        Debug PHP5 
    32         Release 
    3331        Release PHP5 
    3432Select the profile according the PHP version you will compile.   
    35 Debug and Release are used for PHP4.  Debug PHP5 and Release PHP5 are used for PHP5.  For our example, we will compile with Release PHP5. 
     33Debug PHP5 and Release PHP5 are used for PHP5.  For our example, we will compile with Release PHP5. 
    3634 
    37357) Go to Build > Build eAccelerator.dll to build the eaccelerator extension.