#!/bin/bash #================================================= # COMMON VARIABLES #================================================= php_dependencies="php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-xml" # dependencies used by the app (must be on a single line) pkg_dependencies="$php_dependencies" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================