php/rootfs/usr/local/share/template-files/config/env/examples/php.sh
casjay 838729d4c3
All checks were successful
release-tag / release-image (push) Successful in 2h57m17s
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-10-09 10:53:02 -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)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -