Skip to content

Commit e8cc25a

Browse files
committed
Install debug versions of PHP locally
1 parent aa17d07 commit e8cc25a

File tree

13 files changed

+20
-0
lines changed

13 files changed

+20
-0
lines changed

brew/Brewfile-php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
# PHP packages
55
6+
67
8+
79
10+
811
12+
913
brew 'composer'

php/7.1-debug/additional.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date.timezone="Europe/Berlin"

php/7.1-debug/extension-dir.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extension_dir = /usr/local/lib/php/pecl/20160303

php/7.1-debug/pecl.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mongodb
2+
xdebug

php/7.2-debug/additional.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date.timezone="Europe/Berlin"

php/7.2-debug/extension-dir.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extension_dir = /usr/local/lib/php/pecl/20170718

php/7.2-debug/pecl.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mongodb
2+
xdebug

php/7.3-debug/additional.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date.timezone="Europe/Berlin"

php/7.3-debug/extension-dir.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extension_dir = /usr/local/lib/php/pecl/20180731

php/7.3-debug/pecl.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mongodb
2+
xdebug

0 commit comments

Comments
 (0)