Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

Re: [PHP3] PHP-Authorisation under NT From: Richard Lynch (richard <email protected>)
Date: 05/12/00

DSO == ISAPI (dynamically compiled for Apache)

D is for Dynamic, and SO is for, errr, whatever .so is for in Unix
filenames... O is maybe for "object file"

Anyway, it's a binary file specifically compiled to "fit in" as a "dynamic
module" to Apache.

This means that one can recompile PHP (and only PHP) and install a new PHP
DSO, without recompiling all of Apache.

Contrast this with a "static" Module (the older way) where one had to
recompile all of Apache to install a new version of a Module of any kind.

Only downside: httpd -l doesn't list Dynamic Modules :-(

Note that PHP is working toward a similar technology for adding support for
the 24 add-on products APIs (eg MySQL, PostgreSQL, LDAP, IMAP, GD, etc)

----- Original Message -----
From: Bob Lutz <php3 <email protected>>
To: Cynic <cynic <email protected>>
Cc: Richard Lynch <richard <email protected>>; Savelberg, Patrick
<Savelberg <email protected>>; <php3 <email protected>>
Sent: Friday, May 12, 2000 8:37 AM
Subject: Re: [PHP3] PHP-Authorisation under NT

> What is DSO??
>
> Cynic wrote:
>
> > Don't know about the ISAPI module, but win32 DSO passed
> > when I tested it with the auth example from the manual.
> >
> > At 17:14 11.5.2000 -0500, Richard Lynch wrote the following:
> > --------------------------------------------------------------
> > >The header() function works, but the Authentication won't work as CGI.
> > >
> > >Whether the new IIS/PHP4 Module supports Authentication or not, I don't
> > >know, but probably.
> >
> > ...
> >
> > > > > Does some1 know how this has to be done under NT?
> > >
> > >You'll have to use something external to PHP3 to do the authentication:
I
> > >dunno exactly *what* IIS suggest for doing authentication in the first
> > >place, but that's where you'll have to start looking. Good Luck.
> > >
> > >(Or find out if PHP4/IIS Module supports Authentication and upgrade.)
> > ------end of quote------
> >
> > ____________________________________________________________
> > Cynic:
> >
> > A member of a group of ancient Greek philosophers who taught
> > that virtue constitutes happiness and that self control is
> > the essential part of virtue.
> >
> > cynic <email protected>
> > ICQ: 2808 2505
> >
> > --
> > PHP 3 Mailing List <http://www.php.net/>
> > To unsubscribe, send an empty message to php3-unsubscribe <email protected>
> > To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
> > To search the mailing list archive, go to:
http://www.php.net/mailsearch.php3
> > To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>