root/eaccelerator/tags/0.9.4-rc2/README.eLoader

Revision 152, 0.9 kB (checked in by zoeloelip, 3 years ago)

Fixed some typos and cleaned up the README file a bit more
Fixed some typos in README.eLoader

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 eLoader
2 -------
3
4 eLoader is a PHP extension that can load scripts which are encoded by
5 eAccelerator without having to load eAccelerator. It's a PHP extension and it
6 should be compatible with Zend Optimizer, Zend Performance Suite, ionCube
7 loader, PHP Accelerator and other PHP extensions.
8
9 eLoader is not needed when using eAccelerator, because eAccelerator already
10 has the loader compiled in.
11
12 To build eLoader from sources on UNIX:
13
14   cd eLoader
15   export PHP_PREFIX="/usr"
16   ./autogen.sh
17   ./configure --with-php-config=$PHP_PREFIX/bin/php-config
18   make
19
20 To build eLoader from sources on Windows:
21
22 1. Open eLoader.vcproj in win32 directory.
23 2. Select "eLoader - Win32 Release" in "Build/Set Active Configuration..."
24    menu and build eloader.dll.
25
26 To install it copy eloader.so or eloader.dll into your PHP extension directory,
27 add it into php.ini and restart HTTP server.
28
29   extension="eloader.so"  ; for UNIX
30   extension="eloader.dll" ; for Windows
Note: See TracBrowser for help on using the browser.