Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Error in FirePhp log writer #7213

Closed
wants to merge 2 commits into from
Closed

Error in FirePhp log writer #7213

wants to merge 2 commits into from

Conversation

chadicus
Copy link
Contributor

The use statement @ line 17 is trying to load a class with a relative namespace path. This is not valid in PHP. if you use the full namespace the unit tests will fail.

I have removed the use statement and just used the namespace FirePhp\FirePhpInterface in the instanceof statement and reversed the condition.

Fixes #7202

@weierophinney weierophinney added this to the 2.4.0 milestone Feb 19, 2015
weierophinney added a commit that referenced this pull request Feb 25, 2015
Error in FirePhp log writer
weierophinney added a commit that referenced this pull request Feb 25, 2015
@weierophinney
Copy link
Member

Merged to develop for release with 2.4.

weierophinney added a commit to zendframework/zend-log that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-log that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible bug in Zend\Log\Writer\FirePhp::__construct
2 participants