Files
debian/rootfs/usr/local/share/template-files/config/env/examples/php.sh
casjay c250e77b46
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-09-16 23:38:40 -04:00

7 lines
290 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)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -