-- Ryan Chan <[email protected]> wrote (on Friday, 15 October 2010, 08:38 PM +0800): > On Fri, Oct 15, 2010 at 1:12 AM, Matthew Weier O'Phinney > <[email protected]> wrote: > > I think this may be due to how PHP handles header names, particularly > > the "Location" header. However, I'm not 100% positive; hopefully Shahar > > (author of the component) will jump in to respond. > > > > The problem is if the response header contains two words or more, > > e.g. Content-Type > > It will be converted into > > Content-type > > IMHO, it is so strange and I see no point of converting, unless it is > part of some standard.
Again, are you running into _actual_ issues? Whether or not the conversion is necessary is a pointless argument at this point; the question is: is the behavior leading to problems? And would changing it open new issues elsewhere? -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
