jbroadway / analog

PHP logging library that is highly extendable and simple to use.
MIT License
342 stars 48 forks source link

Null is reserved in PHP 7 #22

Closed remicollet closed 9 years ago

remicollet commented 9 years ago
  PHP Fatal error:  Cannot use 'Null' as class name as it is reserved in xxx/Analog/Handler/Null.php on line 14
remicollet commented 9 years ago

Probably the trivial fix is to create a "Nothing" handler and set the "Null" one as deprecated.

jbroadway commented 9 years ago

Thanks for the head's up. Just changed it in this commit:

https://github.com/jbroadway/analog/commit/e9edc16f45f4205246ae9ed0ce623910a7111dfd

Going to do a once-over to check for other mentions before closing this out.