Hi list,

this code is not working with the current trunk:
| <?php
| header('Content-Language: ');
| ?>

The result is an internale server error:
| [Thu Feb 24 17:21:25 2011] [error] [client ::1] malformed header from
| script. Bad header=Content-Language: php-cgi.exe


Without only a space after ":"
| header('Content-Language:');
or
| header('Content-Language: en-US');
it's working.


Regards,
Carsten



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to