php-windows Digest 6 Jul 2004 12:23:24 -0000 Issue 2308

Topics (messages 24111 through 24113):

PHP + Ingres - Unable to load module 'ingres_ii'
        24111 by: php_beginner

PHP listing windows hidden shares - Heeeeeeeeelp
        24112 by: Raul IONESCU

Re: setup of MSSQL with PHP
        24113 by: hubo

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi,

I compiled PHP with Ingres support using VC++. First, I compiled
php_ingres.dll and add it to php.ini. When I try to use php in command line
it gaves me the message: "unable to load module 'ingres_ii', trashed
c:\ingresii\ingres\files\symbol.tbl". But ingres works fine.
The source code looks for iiapi.lib, iiapi.h and my ingres files just have
oiapi.lib and oiapi.h, so I just renamed these last two files. Do I have to
change the sources codes replacing iiapi.lib, iiapi.h to oiapi.lib and
oiapi.h ? Where can I do it ?

I did the same procedure for sockets support (php_sockets.dll) and had
sucess.

Thanks,
Mauro

--- End Message ---
--- Begin Message ---
   Hi everyone!
 
   I wonder if there are any solution to find windows hidden shares (c$,
   admin$, and so on) for a remote LAN computer........
   In ASP works perfectly within a Visual Basic IIS application but IT'S IN
   ASP AND I WOULD REALLY LIKE TO DO IT IN PHP, NOT ASP !!!!!!
   Please respond to me, also to my e-mail address, not only mailing list
   because it seems I have a problem, for the moment, receiving mail from
   list.
 
   Thank you!
 
   Raul


---------------------------------------------------------------
Incearca acum noul sistem de dating oferit de portalul acasa.ro

--- End Message ---
--- Begin Message ---
>
> $db = mssql_connect("WIN2KSRV","sa","xyzxyz") ;
>
Try

$db = mssql_connect("localhost","sa","xyzxyz") ;

--- End Message ---

Reply via email to