Revision d17263ec
Added by Seth Mos over 13 years ago
etc/rc.php_ini_setup | ||
---|---|---|
27 | 27 |
|
28 | 28 |
# Set our operating platform |
29 | 29 |
PLATFORM=`/bin/cat /etc/platform` |
30 |
EXTENSIONSDIR="/usr/local/lib/php/20060613/" |
|
30 |
if [ -f "/usr/local/lib/php/20090626/xml.so" ]; then |
|
31 |
EXTENSIONSDIR="/usr/local/lib/php/20090626/" |
|
32 |
else |
|
33 |
EXTENSIONSDIR="/usr/local/lib/php/20060613/" |
|
34 |
fi |
|
31 | 35 |
|
32 | 36 |
# Grab amount of memory that is detected |
33 | 37 |
if [ -f /var/log/dmesg.boot ]; then |
Also available in: Unified diff
Make sure we set the extension dir to wherever our xml.so lives.