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

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

This bug fixed, but the digest authenticate was missed in 5.4 now, I will file a 
bug about that.