Hi! > cc'ing Stas as he was the author for this change. > but from my understanding this isn't a problem as we disallow setting > multiple headers in a single header() call for years (even though we had > a regression at one point).
Well, we allowed multiline headers but it is an extremely exotic feature which is now dropped from the HTTP/1.1 standard, and also it causes security issues with IE users since IE never supported that feature properly. So given that I've decided to remove it even though strictly speaking it is a BC break (same goes for the HTTP standard). -- Stas Malyshev [email protected] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
