Date: 01/31/00
- Next message: brad_jackson <email protected>: "[PHP-DEV] Bug #3363: Calling exit or die in shutdown function causes seg fault"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #3361: Crash + variables work incorrectly + alloc message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: benedict <email protected>
Operating system: Linux 2.2.13 SuSE
PHP version: 3.0.13
PHP Bug Type: Feature/Change Request
Bug description: php_auth_user not passed back to apache
When I use a "normal" i.e. htaccess-authenification, apache puts
the username-string into to the (combined) logfile.
When I use the php-authentification, there is no username in
the logfile. So it seems, that apache does not know, that the
user is now authenticated.
Should there perhaps be something like
GLOBAL(php3_rqst)->connection->user=estrdup(user);
in functions/post.c?
I am using php as a module for apache 1.3.9.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: brad_jackson <email protected>: "[PHP-DEV] Bug #3363: Calling exit or die in shutdown function causes seg fault"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #3361: Crash + variables work incorrectly + alloc message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

