php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1605 PHP_AUTH_* variables crash client
Submitted: 1999-06-26 18:33 UTC Modified: 2000-07-05 02:25 UTC
From: mg at plum dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.10 OS: Rh. 6.0 with kernel 2.2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mg at plum dot de
New email:
PHP Version: OS:

 

 [1999-06-26 18:33 UTC] mg at plum dot de
Hi,
  I trying to get PHP_AUTH_... authentication working, but with no success. 
First I thought it might be a issue because php was a dynamic loaded module, but as static
module it didn't work either. (I was trying the demo on the doku page ..)

In the http-error log i get messages that the child has segfaulted.

Using 3.0.10 with apache 1.3.6, gcc is egcs-1.1.2

php was compiled with :
./configure  --with-dbase --with-ldap --with-mysql --with-sybase=/opt/sybase --with-ttf --with-gd --with-imap --with-apache=/usr/src/www/apache_1.3.6 --enable-track-vars 

apache was compiled with :
 ./configure --prefix=/httpd --enable-module=so --enable-rule=SHARED_CORE \
--enable-module=rewrite --enable-module=speling --activate-module=src/modules/php3/libphp3.a \
--enable-module=status --enable-module=log_agent \
--enable-module=usertrack --activate-module=src/modules/extra/mod_log_mysql.o \
--activate-module=src/modules/extra/mod_put.o --activate-module=src/modules/extra/mod_auth_mysql.o

This is reproduceable here. Any suggestions higly welcome :)

TIA,
   Michael Glauche

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-29 23:07 UTC] sas at cvs dot php dot net
We need more information. Please supply a backtrace or at least a short example script with which we can reproduce the effect.
 [2000-07-05 02:25 UTC] rasmus at cvs dot php dot net
Resubmit or reopen with more information if this is still happening.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 21:01:31 2024 UTC