Files
buildah/rootfs/usr/local/share/template-files/config/env/examples/php.sh
T

7 lines
250 B
Bash
Raw Normal View History

2026-05-18 15:38:28 -04:00
# - - - - - - - - - - - - - - - - - - - - - - - - -
2025-09-16 19:36:51 -04:00
# 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)}"
2026-05-18 15:38:28 -04:00
# - - - - - - - - - - - - - - - - - - - - - - - - -