Show
Ignore:
Timestamp:
11/29/05 18:19:18 (3 years ago)
Author:
zoeloelip
Message:

* Disabled the cache dir check, to much people complaining
* fixed eLoader

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eLoader/Makefile.in

    r34 r140  
    11LTLIBRARY_NAME        = libeloader.la 
    2 LTLIBRARY_SOURCES     = loader.c opcodes.c 
     2LTLIBRARY_SOURCES     = loader.c opcodes.c ea_restore.c debug.c 
    33LTLIBRARY_SHARED_NAME = eloader.la 
    44 
  • eaccelerator/trunk/eLoader/autogen.sh

    r34 r140  
    11#! /bin/sh 
    22 
    3 ln -sf ../loader.c loader.c 
    4 ln -sf ../opcodes.c opcodes.c 
    5 ln -sf ../opcodes.h opcodes.h 
    6 ln -sf ../eaccelerator.h eaccelerator.h 
    7 ln -sf ../eaccelerator_version.h eaccelerator_version.h 
     3ln -sf ../loader.c . 
     4ln -sf ../opcodes.c . 
     5ln -sf ../opcodes.h . 
     6ln -sf ../eaccelerator.h . 
     7ln -sf ../eaccelerator_version.h . 
     8ln -sf ../ea_restore.c . 
     9ln -sf ../ea_restore.h . 
     10ln -sf ../debug.h . 
     11ln -sf ../debug.c . 
    812 
    913if test x$PHP_PREFIX = x; then