Skip to content

Commit

Permalink
ext-newrelic/6.0.1.156, closes CHH#153
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Mar 10, 2016
1 parent 5989c5b commit b368c7a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- ext-gmp for PHP builds (#117) [David Zuelke]
- ext-event/2.0.0 [David Zuelke]
- apcu_bc for ext-apcu on PHP 7 (#137) [David Zuelke]
- ext-newrelic/6.0.1.156 (#153) [David Zuelke]

### CHG

Expand Down
5 changes: 3 additions & 2 deletions support/build/extensions/no-debug-non-zts-20121212/newrelic
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ case ${ZEND_MODULE_API_VERSION} in
20131226)
series=5.6
;;
*)
20151012)
series=7.0
;;
esac
dep_manifest=${dep_package}_php-$series.composer.json

Expand Down Expand Up @@ -64,7 +65,7 @@ if [[ -n "$NEW_RELIC_LICENSE_KEY" ]]; then
tail -qF -n 0 /tmp/heroku.ext-newrelic.newrelic-daemon.${PORT}.log 1>&2 &
# daemon start
/app/.heroku/php/bin/newrelic-daemon -f -l "/tmp/heroku.ext-newrelic.newrelic-daemon.${PORT}.log" -d "${NEW_RELIC_LOG_LEVEL}" -p "/tmp/newrelic-daemon.pid" &
/app/.heroku/php/bin/newrelic-daemon --foreground --logfile "/tmp/heroku.ext-newrelic.newrelic-daemon.${PORT}.log" --loglevel "${NEW_RELIC_LOG_LEVEL}" --pidfile "/tmp/newrelic-daemon.pid" &
# give it a moment to connect
sleep 2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/

source $(dirname $0)/../no-debug-non-zts-20121212/newrelic

0 comments on commit b368c7a

Please sign in to comment.