RE: [PHP] WindowsXP, PHP4 and MS SQL functions

2001-10-31 Thread Andrew Kirilenko

Hello!

Have you specified path to extensions? In my case:
extension_dir = c:/apps/php/extensions/

Best regards,
Andrew Kirilenko. 

> -Original Message-
> From: Brandon Orther [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 01, 2001 1:41 AM
> To: PHP User Group
> Subject: [PHP] WindowsXP, PHP4 and MS SQL functions
> 
> 
> Hello,
>  
> I am trying to get php4 to use mssql function under WindowsXP.  I don't
> know if this is a problem or not. 
> I uncommented the extensions line in the php.ini file that says:
> extension=php_mssql.dll
>  
> But when I try to use mssql_connect it says call to undifiened function.
> Does anyone know anything I should try to resolve this?>
>  
> Thanks
> Brandon
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] WindowsXP, PHP4 and MS SQL functions

2001-10-31 Thread Brandon Orther

Hello,
 
I am trying to get php4 to use mssql function under WindowsXP.  I don't
know if this is a problem or not. 
I uncommented the extensions line in the php.ini file that says:
extension=php_mssql.dll
 
But when I try to use mssql_connect it says call to undifiened function.
Does anyone know anything I should try to resolve this?>
 
Thanks
Brandon