If u disassemble php_mssql.dll u'll see all functions called from
ntwdlib.dll. I'm not sure that would help, but here's the list:
dbclose
dbclrbuf
dbcmd
dbcollen
dbcolname
dbcolsource
dbcoltype
dbconvert
dbcount
dbdata
dbdatlen
dbdead
dbexit
dbfreelogin
dbinit
dblastrow
dblogin
dbnextrow
dbnumcols
dbopen
dbresults
dbsetlogintime
dbsetlname
dbsetopt
dbsettime
dbsqlexec
dbsqlok
dbuse
dbwillconvert
dbhasretstat
dbnumrets
dbretdata
dbretlen
dbretname
dbretstatus
dbrettype
dbrpcinit
dbrpcparam
dbdatacrack
dbvarylen
dbprocerrhandle
dbprocmsghandle
and "let force be with u" :)

M.

"Dietrich" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> thanks, but this isn't an authentication issue. i need the communication
between php and the server to be SSL encrypted. I'm trying to figure out how
the php mssql extension uses ntwdlib.dll, and if i can configure it to
encrypt it's communication w/ the server.
>
> thanks,
>
> dietrich
>
> > Why do u need it?
> > When it's set to off then u use NT authentication when connecting to the
> > server. That works even for NT4.
> > U need SQL authentication only if u use win98, or sql server 7 and
older.
> > If u just need informations than i can't help u. If u get some please be
so
> > nice to forward it :)
> >
> > M.
> >
> > "Dietrich" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > does anyone know about the state of the encryption support in the
mssql
> > extension? i see some code in the extension related to an ini option
> > "mssql.secure_connection", but i haven't gotten an answer back from the
> > extension author, and haven't found any documentation about it, nor any
> > information in the mailing list archives.
> > >
> > > tia,
> > >
> > > dietrich
> > >
> > > --
> > > Composed with Newz Crawler 1.2 http://www.newzcrawler.com/
> > >
> >
> >
>
> --
> Composed with Newz Crawler 1.2 http://www.newzcrawler.com/
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to