Christophe Coevoet

Results 2610 comments of Christophe Coevoet

Well, https://oauth.net/code/ has 2 sections, one for server libraries and one for client libraries. These are the 2 libraries of phpleague (one for each category). The server and client libraries...

actually, it keeps them on purpose, to avoid breaking the fallback for browsers not supporting rgba

well, passing `$_SERVER` variables won't work with Panther, as it does not directly call PHP (it calls Selenium). but Selenium supports passing the username and password of basic auth in...

@alebec an improvement to your patch would be to put the code coverage in a dedicated subfolder of `var` to iterate only that folder when reading them (instead of iterating...

The browser manager accept a `port` option to configure the port on which it will communicate. 9515 is the default value. If you want to run multiple instance in parallel...

it would make sense to me to iterate over (instantiated) handlers in `MonologBundle::shutdown` and close them, indeed.

@florianeckerstorfer you have to use a mongo connection with logging disabled if you want to get it from the doctrine connection.

Define a service for your handler and use the `service` type in the MonologBundle config

please try upgrading monolog-bundle and monolog separately to see which one has an issue.