This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/scripts/php.sh

9 lines
276 B
Bash
Raw Normal View History

#!/bin/sh
PHPRC=/usr/local/zend/etc
export PHPRC
PHP_PEAR_SYSCONF_DIR=/usr/local/zend/etc
export PHP_PEAR_SYSCONF_DIR
LD_LIBRARY_PATH="/usr/lib32:/usr/local/zend/lib:/usr/local/zend/lib/php_extensions:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
exec /usr/local/zend/bin/php "$@"