File tree Expand file tree Collapse file tree 3 files changed +12
-60
lines changed
web/modules/custom/project_default_content/content/user Expand file tree Collapse file tree 3 files changed +12
-60
lines changed Original file line number Diff line number Diff line change 11version: "2.4"
22
3+ x-service-defaults:
4+ &service-defaults
5+ restart: always
6+ networks:
7+ - front
8+
39x-service-rewrelic:
410 &service-newrelic
511 newrelic:
Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ xdebug_status() {
1616}
1717
1818xdebug_find_file () {
19- if [ -f /etc/php8/conf.d/50_xdebug.ini ]; then
20- echo /etc/php8/conf.d/50_xdebug.ini
21- elif [ -f /etc/php81/conf.d/50_xdebug.ini ]; then
19+ if [ -f /etc/php81/conf.d/50_xdebug.ini ]; then
2220 echo /etc/php81/conf.d/50_xdebug.ini
21+ elif [ -f /etc/php82/conf.d/50_xdebug.ini ]; then
22+ echo /etc/php82/conf.d/50_xdebug.ini
23+ elif [ -f /etc/php8/conf.d/50_xdebug.ini ]; then
24+ echo /etc/php8/conf.d/50_xdebug.ini
2325 else
24- printf " %bXdebug ini file not found%b\n" " ${RED} " " ${NC} " && exit 1
26+ printf " %bXdebug ini file not found%b\n" " ${RED} " " ${NC} " && exit 1
2527 fi
2628}
2729
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments