php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16233 Apache crashes on header()
Submitted: 2002-03-23 11:49 UTC Modified: 2002-06-28 01:00 UTC
From: colakd at manquehue dot net Assigned:
Status: No Feedback Package: Apache related
PHP Version: 4.1.2 OS: Windows 2000 professional
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-03-23 11:49 UTC] colakd at manquehue dot net
I use php 4.1.2 and apache 1.3.24 on Win2K PRO.

This code crashes the apache:

<?php
    header("WWW-Authenticate: Basic realm=damir");
    header("HTTP/1.0 401 Unauthorized");
?>

I've read similar postings here, but didn't find any solution. The php and apache were pure Win32 binaries so any "change code and rebuild" solutions will not help me ;)

Regards,
Damir Colak

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-23 12:01 UTC] derick@php.net
Can you try the windows binaries for 4.2.0rc1 from www.php.net/~derick/ ?

Derick
 [2002-06-28 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 13:01:29 2024 UTC