[PHP-DEV] Re: Re: mssql.secure_connection

2002-09-24 Thread Miroslav Adamov
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

[PHP-DEV] Re: Re: mssql.secure_connection

2002-09-24 Thread dietrich
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 n