Matt Glaman

Results 373 comments of Matt Glaman

I'm not a fan of the library, it's hard to integrate with other systems and has its own response handling and assumptions. I was hoping for a more "lean" library...

Code style should be PSR-2 for libraries, correct?

Thanks for the review @rfay, I've got this on my list to update

Ope, copy and paste fail. The container name is `newrelic` not `newrelic-php-daemon` ``` -e '$anewrelic.daemon.address="newrelic-php-daemon:31339"' \ ``` This fails: ``` $(php -r "echo(PHP_CONFIG_FILE_SCAN_DIR);")/newrelic.ini ``` It only configures New Relic for...

Borrowing from the `start.sh` ``` cp /mnt/ddev_config/php/*.ini /etc/php/${DDEV_PHP_VERSION}/cli/conf.d/ cp /mnt/ddev_config/php/*.ini /etc/php/${DDEV_PHP_VERSION}/fpm/conf.d/ ``` Define standard items in a custom `.ddev/php/newrelic.ini` and then in the Dockerfile ``` RUN sed -i -e "s/REPLACE_WITH_REAL_KEY/${NEW_RELIC_LICENSE_KEY}/"...

WOO! Well look at that!

@jurgenhaas are you on Windows, macOS, or Linux?

Whoops, sorry. Missed that

Was able to verify error, but no idea what caused it.

This will be easier when #27 is impleted