php-general | 2001032

Re: [PHP] problem loading extension From: Yasuo Ohgaki (yohgaki <email protected>)
Date: 03/31/01

How about take a look at notes (PHP Manual)?
http://www.php.net/manual/en/install-windows.php

You might need to change \ to /, or / to \, or get rid of drive letter in
extension_dir, as I needed to load extension for PHP for Windows.

Regards,

--
Yasuo Ohgaki

"Christian Dechery" <lemming <email protected>> wrote in message news:5.0.0.25.2.20010331163652.023efb40 <email protected> > I posted a message a while ago about having trouble loading php_mssql.dll > extension. > It gave me that error: 'can't find ...'. So I was stuppid enough to realize > I didn't have MS SQL 7 installed here. > > Somone here told me to download a proggie called Dependency Walker, that > lists all the dependencies of a DLL. > So I did it, and it really was missing a DLL (MS SQL). > > So I installed MS SQL 7 here, and now Dependency Walker doesn't give me any > error, but PHP still gives me the message and still does not load > php_mssql.dll. Why? MSSQL is started, working perfectly, PHP is working fine... > > what may be wrong? > ____________________________ > . Christian Dechery (lemming) > . http://www.tanamesa.com.br > . Gaita-L Owner / Web Developer > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>