source: eaccelerator/branches/0.9.4/README.eLoader @ 152

Revision 152, 957 bytes checked in by zoeloelip, 5 years ago (diff)

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 
1eLoader
2-------
3
4eLoader is a PHP extension that can load scripts which are encoded by
5eAccelerator without having to load eAccelerator. It's a PHP extension and it
6should be compatible with Zend Optimizer, Zend Performance Suite, ionCube
7loader, PHP Accelerator and other PHP extensions.
8
9eLoader is not needed when using eAccelerator, because eAccelerator already
10has the loader compiled in.
11
12To 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
20To build eLoader from sources on Windows:
21
221. Open eLoader.vcproj in win32 directory.
232. Select "eLoader - Win32 Release" in "Build/Set Active Configuration..."
24   menu and build eloader.dll.
25
26To install it copy eloader.so or eloader.dll into your PHP extension directory,
27add 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 repository browser.