|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-11 08:40 UTC] sesser@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 00:00:01 2025 UTC |
To reproduce the problem do the following steps: 1) write "php_admin_flag safe_mode on" in apache httpd.conf to enable safe mode. 2) Request in a brouser script, which contain header("WWW-Authenticate: Basic realm=\"My Realm\""); Apache child will die and request will not finished correctly :( I reproduced this bug on Apache/1.3.23 (OS/2) PHP/4.1.1 and on Apache/1.3.20 (WIN32) PHP/4.1.1. PHP configured in apache plugun mode (not cgi).