Show
Ignore:
Timestamp:
11/20/05 18:53:43 (3 years ago)
Author:
zoeloelip
Message:

* 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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/config.m4

    r113 r134  
    7979]) 
    8080 
    81 AC_ARG_WITH(eaccelerator-executor, 
    82 [  --with-eaccelerator-executor            Include optimized executor (not implemented yet)],[ 
    83   eaccelerator_executor=$withval 
    84 ],[ 
    85   eaccelerator_executor=no 
    86 ]) 
    87  
    8881AC_ARG_WITH(eaccelerator-use-inode, 
    8982[  --without-eaccelerator-use-inode            Don't use inodes to determine hash keys (never used on win32)],[ 
     
    131124  if test "$eaccelerator_disassembler" = "yes"; then 
    132125    AC_DEFINE(WITH_EACCELERATOR_DISASSEMBLER, 1, [Define if you like to explore Zend bytecode]) 
    133   fi 
    134   if test "$eaccelerator_executor" = "yes"; then 
    135     AC_DEFINE(WITH_EACCELERATOR_EXECUTOR, 1, [Define if you like use optimized executor (not implemented yet)]) 
    136126  fi 
    137127  if test "$eaccelerator_inode" = "yes"; then