NewRelic.so breaks image generation in PHP -


i have simple function outputs image google charts , outputs image browser passed twilo (our sms provider.)

    header('content-type: image/png');      $this->layout = false;     $this->render(false);      $img = file_get_contents('http://chart.apis.google.com/chart?cht=qr&chs=330x330&chl=' . $key . '&chld=h|1');      echo $img; 

this has worked great months. installed new relic server monitoring, , when newrelic.so added php.ini causes not execute properly. dumps value image opposed generating image (much when have gzip enabled..)

any ideas on how resolve this?

thanks!

seems bug based on description, aren't doing out of ordinary. guess it's trying kind of javascript injection. can try monitoring product, example appdynamics.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -