dbtlr / php-airbrake

A PHP 5.3 library for sending errors to the Airbrake.io service.
http://airbrake.io
MIT License
121 stars 44 forks source link

Preventing errors if there is no $_SERVER['SCRIPT_NAME'] #30

Closed weotch closed 10 years ago

weotch commented 10 years ago

On some environments, when running through CLI, I've encountered cases where there is no 'SCRIPT_NAME' global set.