zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

Class name BC break introduced in zend-log 2.9 #55

Closed Erikvv closed 8 years ago

Erikvv commented 8 years ago

I just upgraded from 2.5 to 2.9 and I get the following error:

[Mon Aug  8 20:10:01 2016] PHP Fatal error:  Cannot use Zend\Log\FilterPluginManager as FilterPluginManager because the name is already in use in /srv/http/projects/wieluitlijning/vendor/zendframework/zend-log/src/Writer/AbstractWriter.php on line 15
[Mon Aug  8 20:10:01 2016] 192.168.56.1:40010 [500]: / - Cannot use Zend\Log\FilterPluginManager as FilterPluginManager because the name is already in use in /srv/http/projects/wieluitlijning/vendor/zendframework/zend-log/src/Writer/AbstractWriter.php on line 15

I will submit a PR to alias the class name.