ID: 19058 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: iPlanet related Operating System: Solaris 8 PHP Version: 4.2.2 New Comment:
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2002-09-26 19:57:57] [EMAIL PROTECTED] any updates? ------------------------------------------------------------------------ [2002-09-09 10:40:21] [EMAIL PROTECTED] Any progress on this? ------------------------------------------------------------------------ [2002-08-29 04:56:34] [EMAIL PROTECTED] I will see what I can do - although I found a fix for the authentication problem, there seem to be other problems causing the WebServer to crash. I need some time to investigate these issues. ------------------------------------------------------------------------ [2002-08-28 12:10:40] [EMAIL PROTECTED] Since most of us do not use the iPlanet system, and previous attempts to fix this have been blind shots, any chance you might a solution on how to fix this? ------------------------------------------------------------------------ [2002-08-22 17:27:09] [EMAIL PROTECTED] I had a look in the source file php4/ sapi/ nsapi/ nsapi.c (http://cvs.php.net/co.php/php4/sapi/nsapi/nsapi.c?r=1.26&Horde=fbdbac7dc48d637c56347cf9cf5a0533) And from what I saw, the PHP variables are not set. I found this part of the code a bit surprising, as I suspect that this is where you would set the value of the environment variables: /********************************************************* / authentication / / we have to make a 'fake' authenticator for netscape so it / will pass authentication through to php, and allow us to / check authentication with our scripts. / / php4_auth_trans / main function called from netscape server to authenticate / a line in obj.conf: / funcs=php4_auth_trans shlib="path/to/this/phpnsapi.dll" / and: / <Object ppath="path/to/be/authenticated/by/php/*"> / AuthTrans fn="php4_auth_trans" /*********************************************************/ int NSAPI_PUBLIC php4_auth_trans(pblock * pb, Session * sn, Request * rq) { /*This is a DO NOTHING function that allows authentication information to be passed through to PHP scripts.*/ return REQ_PROCEED; } ------------------------------------------------------------------------ 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/19058 -- Edit this bug report at http://bugs.php.net/?id=19058&edit=1