php-general Digest 3 Feb 2012 14:36:00 -0000 Issue 7674

Topics (messages 316457 through 316458):

Re: SSPI php extension
        316457 by: Hendrik Schmieder

Function links on error and warningmessages
        316458 by: Florian Müller

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Curtis Maurand schrieb:
Hendrik Schmieder wrote:
 > Hello,
 >
 > Is there a SSPI php extension ?
 > I only found a perl extension sofar.
 > (http://search.cpan.org/~tomk/Win32-IntAuth-0.20/lib/Win32/IntAuth.pm)
 >
 > I want to make what is written on the above side for the server in php.
 >
 > with best regards
 >
 > Hendrik
 >
>
> Apache has one (mod_auth_sspi)
>

This doesn't help me since the php script isn't executed in the context of apache nor IIS.

The function in the php script has two arguments, both string.
The first argument ($username) has the form [email protected], the second is some sort of token .

Now the php function should check if the token is valid and if it is also possible to check if the token is for the user given by the first argument.

keyword : Windows athentification.

with best regards

   Hendrik



--- End Message ---
--- Begin Message ---
Hi guys,

I was wondering some time ago, why the links which are shown on error or 
warning (E_WARNING etc.) show relative links to an usually non-existing file.

Wouldn't it be much more useful if all errors are linking to the function 
description on php.net? 

So, if I get an error with file_exists, for example, it links on 
myCurrentDir/function.file-exists.php. Wouldn't it be nice if it links to 
http://php.net/file_exists?

Regards, Flo
                                          

--- End Message ---

Reply via email to