PHP + Ingres - Unable to load module 'ingres_ii'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

----- Original Message ----- 
From: "William CANDILLON" <william.candillon@xxxxxxxxxx>
To: <php-windows@xxxxxxxxxxxxx>
Sent: Monday, July 05, 2004 1:53 PM
Subject:  Password input in cli


> <?php
> fwrite(STDOUT, "\nPlease enter your password : ");
> $pass = fgets(STDIN);
> ?>
> How the password could output ****** on screen ?
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux