mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #143] Can't inherit abstract function error #46
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pimpreneil on GitHub (Jan 7, 2013).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/143
Hi,
On one of my servers that is running PHP 5.3.3-7, since the commit
d345993ecb, I get the following error :I don't get the error on my local server (running PHP 5.3.10-1) so I guess that it is linked to a PHP issue. Could you tell me if there is any workaround or if I really have to upgrade my PHP version.
Thanks for your help,
Arnaud
@stof commented on GitHub (Jan 7, 2013):
use the released version of Monolog with Symfony currently (all symfony branches have updated the composer constraints already). Monolog master now implements PSR-3, which requires an update of the Symfony interface to avoid conflicts
@pimpreneil commented on GitHub (Jan 7, 2013):
Thank you stof for your quick answer, very helpful 👍