Jeremy Kendall
Jeremy Kendall
Related: The [#1 PHP developer in the city of Memphis, Tennessee](http://github-awards.com/users?city=memphis&language=php&type=city), @mikelbring, is actually in Nebraska (per his GitHub profile).  
Here you go. Thanks! ``` monolog/monolog 1.21.0 Sends your logs to files, sockets, inboxes, databases and various web services paragonie/random_compat v2.0.2 PHP 5.x polyfill for random_bytes() and random_int() from PHP...
Here's a diff between our output, FWIW: ``` diff 14,16c14,16 < symfony/dom-crawler v3.1.3 Symfony DomCrawler Component < symfony/event-dispatcher v3.1.3 Symfony EventDispatcher Component < symfony/filesystem v3.1.3 Symfony Filesystem Component --- >...
Here are screenshots of what I'm seeing.  
Same result 😦
``` Silex\AppArgumentValueResolver Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver ``` 
Sure thing! It should be on its way now.
Hmmm. Just sent a test email your way to see if it gets through. It's coming from `jeremy at jeremy kendall dot net`.
@urshofer I'm not sure about this one. It introduces a BC breaking change (because of the new constructor signature), and I wonder if there isn't another way to accomplish the...
Yes, there are, although at first glance they're not as explicit as the `SessionCookie` settings. First I'd review your `php.ini` cookie settings using an automated tool. I prefer[ `psecio/iniscan`](https://packagist.org/packages/psecio/iniscan). ```...