Files
ollama/rootfs/usr/local/share/template-files/config/env/examples/php.sh
T
jason 0d5c05e9fb 🦈🏠🐜 Initial Commit 🐜🦈🏠
2026-02-02 13:51:02 -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)}"
# - - - - - - - - - - - - - - - - - - - - - - - - -