ID:               15159
 Updated by:       [EMAIL PROTECTED]
-Reported By:      [EMAIL PROTECTED]
+Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         Apache related
 Operating System: linux 2.2.16-20
 PHP Version:      4.1.1
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to