|
Revision 34, 0.9 kB
(checked in by everaldo_canuto, 4 years ago)
|
eLoader added eLoader is a standalone loader for encode files.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
eLoader |
|---|
| 2 |
------- |
|---|
| 3 |
|
|---|
| 4 |
eLoader is PHP extension that can load scripts which encoded by eAccelerator |
|---|
| 5 |
without eAccelerator. It is a PHP extension and it should be compatible with |
|---|
| 6 |
Zend Optimizer, Zend Performance Suite, ionCube loader, PHP Accelerator and |
|---|
| 7 |
other PHP extensions. |
|---|
| 8 |
|
|---|
| 9 |
eLoader is not need with eAccelerator, because eAccelerator already has loader |
|---|
| 10 |
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 |
|---|