Code:
:~/eaccelerator-0.9.5-rc1# ls
AUTHORS config.m4 ea_info.c loader.c
COPYING config.w32 ea_info.h mm.c
ChangeLog content.c ea_restore.c mm.h
Makefile.in content.h ea_restore.h opcodes.c
NEWS control.php ea_store.c opcodes.h
PHP_Highlight.php dasm.php ea_store.h optimize.c
README debug.c eaccelerator.c session.c
README.eLoader debug.h eaccelerator.h session.h
README.win32 doc/ eaccelerator.ini shm.c
bugreport.php eLoader/ eaccelerator_version.h shm.h
cache.c ea_dasm.c encoder.c win32/
cache.h ea_dasm.h encoder.php x86_spinlocks.h
I know i'm suppose to run ./configure .... but that file isnt in the folder.
the install instruction is
Code:
export PHP_PREFIX="/opt/php"
$PHP_PREFIX/bin/phpize
./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config
make
any idea what is going on?