[PHP-DEV] Bug #15159 Updated: apache chush and write when i use header('') function;

2002-02-03 Thread sesser

 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=0r1=1.113.2.6r2=1.113.2.7ty=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=15159edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #15159 Updated: apache chush and write when i use header('') function;

2002-02-03 Thread bugzilla

 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:

Thanks


Previous Comments:


[2002-02-03 15:24:44] [EMAIL PROTECTED]

http://cvs.php.net/diff.php/php4/main/SAPI.c?ws=0r1=1.113.2.6r2=1.113.2.7ty=h



[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.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15159

-- 
Edit this bug report at http://bugs.php.net/?id=15159edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #15159 Updated: apache chush and write when i use header('') function;

2002-01-22 Thread imajes

ID: 15159
Updated by: imajes
Old Summary: apache chush and write when i use header('') function;
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Website problem
Bug Type: Apache related
Operating System: linux 2.2.16-20
PHP Version: 4.1.1
New Comment:

this isn't a website problem, but potentially an apache problem.


Previous Comments:


[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=15159edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]