Rob Allen
Rob Allen
I'm slightly confused. RFC 2822, section [2.2](http://tools.ietf.org/html/rfc2822#section-2.2) states: > Header fields are lines composed of a field name, followed by a colon (":"), followed by a field body, and terminated...
Interesting as the manual page for [mail()](http://php.net/manual/en/function.mail.php) says: > additional_headers (optional) > String to be inserted at the end of the email header. > > This is typically used to...
IMO, if we are going to have a `Required` validator, then we really can't also have a `required` flag without causing confusion.
FWiW, I've just come across this problem in SQL Server 2017 when migrating to 2 from 1.8 ``` $ php bin/migrations.php --db-configuration=migrations-windev-online-dev.php -n status In DBALException.php line 169: An exception...
Adding: ``` "column_length" : 255 ``` To my `migrations.json` config seems to have worked around the problem.
Thanks. I'm sorry that it took so long.
I believe that this is solved by https://github.com/slimphp/Slim-Psr7/pull/190
Good point. Reopening as we can do better.
Would definitely accept a PR, but can't promise how quickly I can look at it :)
#40 is now merged. Thanks.