Skip to content

Commit 56f8f72

Browse files
committed
Merge branch 'release/1.0.3'
2 parents c6a50ee + eaa0260 commit 56f8f72

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.3 (release date: 2016-11-22)
2+
3+
* Updated newrelic script path
4+
5+
## 1.0.2 (release date: 2016-11-21)
6+
7+
* Removed php-pear module due to PHP7.0 incompatibility
8+
19
## 1.0.1 (release date: 2016-11-21)
210

311
* Added changelog

Diff for: build/newrelic.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ else
1212
newrelic-install install
1313

1414
# Update the application name
15-
sed -i "s/newrelic.appname = \"PHP Application\"/newrelic.appname = \"${NR_APP_NAME}\"/" /etc/php5/fpm/conf.d/newrelic.ini
15+
sed -i "s/newrelic.appname = \"PHP Application\"/newrelic.appname = \"${NR_APP_NAME}\"/" /etc/php/5.6/fpm/conf.d/newrelic.ini
1616

1717
# Remove extra new relic config file (causes log spamming)
18-
rm /etc/php5/cli/conf.d/newrelic.ini
18+
rm /etc/php/5.6/cli/conf.d/newrelic.ini
1919
fi

0 commit comments

Comments
 (0)