|
Revision 134, 300 bytes
(checked in by zoeloelip, 3 years ago)
|
* Removed executor hooks, they weren't used anyway.
* Check if eA has a valid cache directory.
* Make the init of php fail if the initialisation of the shared memory
or cache directory failes.
* set shared memory size in eaccelerator.ini to 0 so the default OS
size is used.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
LTLIBRARY_NAME = libeaccelerator.la |
|---|
| 2 |
LTLIBRARY_SOURCES = eaccelerator.c optimize.c encoder.c loader.c opcodes.c content.c mm.c webui.c session.c shm.c debug.c cache.c ea_restore.c ea_store.c |
|---|
| 3 |
LTLIBRARY_SHARED_NAME = eaccelerator.la |
|---|
| 4 |
|
|---|
| 5 |
EXTRA_CFLAGS = -O3 |
|---|
| 6 |
|
|---|
| 7 |
include $(top_srcdir)/build/dynlib.mk |
|---|