Forum Moderators: coopster
[edited by: PHP_Chimp at 8:02 pm (utc) on Dec. 6, 2007]
On IIS 4.0 this header was 2MB long, but on IIS 5.0 the header length was brought back to 128 kB. With Apache the length is even more restricted. On 2.2 (don't know the specifics of older Apache versions) the length of HTTP headers is restricted by the LimitRequestFieldsize setting in the httpd.conf server configuration file. The default maximum HTTP header length is 8190 bytes.
So the webserver is the bottleneck, not PHP.