Edit report at https://bugs.php.net/bug.php?id=55755&edit=1

 ID:                 55755
 Updated by:         larue...@php.net
 Reported by:        scott at aubrey dot org dot uk
 Summary:            SegFault when outputting header WWW-Authenticate
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Built-in web server
 Operating System:   Mac OS X 10.7.1 (Lion)
 PHP Version:        5.4SVN-2011-09-21 (snap)
-Assigned To:        
+Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------
[2011-09-21 13:36:30] 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



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55755&edit=1

Reply via email to