|
Revision 140, 303 bytes
(checked in by zoeloelip, 3 years ago)
|
* Disabled the cache dir check, to much people complaining
* fixed eLoader
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
#! /bin/sh |
|---|
| 2 |
|
|---|
| 3 |
ln -sf ../loader.c . |
|---|
| 4 |
ln -sf ../opcodes.c . |
|---|
| 5 |
ln -sf ../opcodes.h . |
|---|
| 6 |
ln -sf ../eaccelerator.h . |
|---|
| 7 |
ln -sf ../eaccelerator_version.h . |
|---|
| 8 |
ln -sf ../ea_restore.c . |
|---|
| 9 |
ln -sf ../ea_restore.h . |
|---|
| 10 |
ln -sf ../debug.h . |
|---|
| 11 |
ln -sf ../debug.c . |
|---|
| 12 |
|
|---|
| 13 |
if test x$PHP_PREFIX = x; then |
|---|
| 14 |
phpize |
|---|
| 15 |
else |
|---|
| 16 |
$PHP_PREFIX/bin/phpize |
|---|
| 17 |
fi |
|---|