ID: 15159
Updated by: [EMAIL PROTECTED]
-Summary: apache chush and write when i use header('')
function;
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Apache related
Operating System: linux 2.2.16-20
PHP Version: 4.1.1
New Comment:
http://cvs.php.net/diff.php/php4/main/SAPI.c?ws=0&r1=1.113.2.6&r2=1.113.2.7&ty=h
Previous Comments:
------------------------------------------------------------------------
[2002-02-03 15:11:56] [EMAIL PROTECTED]
I have exactly the same problem.
Would you mind to mention the Bug # and/or which line in sapi.c is
affected ? I can't find a duplicate bug.
------------------------------------------------------------------------
[2002-01-23 10:05:34] [EMAIL PROTECTED]
closed then. (duplicate == still open issue)
------------------------------------------------------------------------
[2002-01-23 03:39:55] [EMAIL PROTECTED]
1) Next time FIRST search the bug database.
2) That bug was fixed some days ago in CVS.
(its a one line fix in SAPI.c)
------------------------------------------------------------------------
[2002-01-22 09:57:12] [EMAIL PROTECTED]
this isn't a website problem, but potentially an apache problem.
------------------------------------------------------------------------
[2002-01-22 05:47:16] [EMAIL PROTECTED]
function DoAuthorise(){
header( "WWW-Authenticate: Basic realm=\"Catalog Administaror
Login\"" );
header( "HTTP/1.0 401 Unauthorized" );
echo "Authorization require";
exit;
}
this is not work in php 4.1.1 !!!
Apache log: [notice] child pid 6527 exit signal Segmentation fault
(11)
When i comment all header invocation all fine
my apache configuration:
Apache/1.3.12 (Unix) (Red Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.5a
PHP/4.1.1 mod_perl/1.24
when a change my php module to previous version 4.0.6
the code above work OK!
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15159&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php