LogentriesCommunity / le_php

Logentries support for PHP
29 stars 17 forks source link

Ignoring error message from pfsockopen & fsockopen #5

Closed StephenHynes7 closed 11 years ago

StephenHynes7 commented 11 years ago

Ignoring these error messages since they break users application, if the function can't connect to a socket it will return null and be picked up by the is_resource statement.

m0wfo commented 11 years ago

Looks good to me.