Files
debian/rootfs/usr/local/share/template-files/config/env/examples/php.sh
casjay 84e87bfc7e
Some checks failed
debian-10 / debian-10 (push) Has been cancelled
debian-11 / debian-11 (push) Has been cancelled
debian-12 / debian-12 (push) Has been cancelled
debian-13 / debian-13 (push) Has been cancelled
debian / release-debian (push) Has been cancelled
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:40 -05:00

7 lines
250 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - -
# php settings
PHP_VERSION="${PHP_VERSION//php/}"
PHP_INI_DIR="${PHP_INI_DIR:-$(__find_php_ini)}"
PHP_BIN_DIR="${PHP_BIN_DIR:-$(__find_php_bin)}"
# - - - - - - - - - - - - - - - - - - - - - - - - -