SegFault when outputting header WWW-Authenticate
[2011-09-21 13:36 UTC] scott at aubrey dot org dot uk
Description:
------------
Segmentation fault: 11
output and server quits when using the simple script below.
Test script:
---------------
<?php
header('WWW-Authenticate: Digest;');
Expected result:
----------------
headers sent
Actual result:
--------------
> php -S 127.0.0.1:8000
PHP 5.4.0beta2-dev Development Server started at Wed Sep 21 14:33:13 2011
Listening on 127.0.0.1:8000
Document root is /Users/scottaubrey
Press Ctrl-C to quit.
[Wed Sep 21 14:33:17 2011] 127.0.0.1:52299 [401]: /testphp.php
Segmentation fault: 11
[2011-09-21 15:58 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
[2011-09-21 15:58 UTC] laruence@php.net