[PHP-WIN] Re: php_oci8.dll error in ISAPI Mode

2003-07-25 Thread Philippe Saladin
> > The procedure entry point OCILobFreeTemporary could not be located in the > dynamic link library OCI.DLL > Unknown(): Unable to load dynamic library > 'c:/php/exetensions/php_oci8.dll' - The specified procedure could not be > found Is it a typo ? it is written 'exetensions' instead of 'extensi

[PHP-WIN] Re: Listing an Objects Properties

2003-06-26 Thread Philippe Saladin
"Ron Herhuth" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] >Is there anyway to view an objects properties? I think I recall seeing >something about being able to do so but I can't find it. http://fr2.php.net/manual/en/function.get-object-vars.php -- PHP Windows Maili

[PHP-WIN] Re: Oracle IAS version of Apache (1.3.12) & php_oci8.dll

2002-10-23 Thread Philippe Saladin
- is your "oracle client" installed on your server ? - you may have a look to extension_dir in your php.ini. By default, I think it is something like extension_dir = ./ You would try to set the value to the directory where your php_oci8.dll is, something like : extension_dir=C:\php\extensions\ Re

[PHP-WIN] Re: graphs in php ???? urgent plz ! ! ! !

2002-10-14 Thread Philippe Saladin
> can i make a graph in php thru some form gathered data > (stored in mysql db) ? You would have a look at http://www.webguys.com/pdavis/programs/html_graphs/ It is a class to create html based charts. You can also try http://www.aditus.nu/jpgraph/ very powerful. good luck ! Regards, Philip

[PHP-WIN] Re: Oracle or OCI8

2002-07-18 Thread Philippe Saladin
> I have tried both, it seems Oracle (i.e Ora_?) is much faster but OCI8 is > more powerful. So, how can I tune OCI8 in order to have faster response. ora_* functions are for Oracle 7 only. oci_$ functions are for Oracle 7, Oracle 8 (and I suppose for Oracle 9). So, for future compatibility, oc

[PHP-WIN] Re: IIS + Oracle 7.* connection

2002-03-25 Thread Philippe Saladin
- First of all, you would use php_oci8.dll, instead of php_oracle.dll. It is the newest driver to access Oracle database (both oracle 8 AND ORACLE 7). - You also need the "oracle client" onto the PC where your website is installed. Ask your dba if you don't know how to install it (nb : it is locat

[PHP-WIN] Re: Initialize module

2002-03-07 Thread Philippe Saladin
it seems that you didn't use the same options to compile PHP an to compile your module : the first one is with safety thread, the second one isn't ? Ph. "Olga Tonkonog" <[EMAIL PROTECTED]> a écrit dans le message news: 005801c1c5ab$56d16ed0$[EMAIL PROTECTED] > Hello,all! > > I can now compile ext

[PHP-WIN] Re: Oracle again sigh...

2002-01-24 Thread Philippe Saladin
Hi, I've answered to your post in php.db Regards, Philippe "Yuwin" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Help, i'm trying to connect to a remote oracle database from > win98/apache/php4 and win2k/iis/php4 but it always gives me tns error. Other > apps however, work

[PHP-WIN] Re: PHP Extension in INI

2002-01-18 Thread Philippe Saladin
If you have installed PHP with "PHP 4.1.1 installer" for example, there isn't any external extension installed. You have to download the "PHP 4.1.1 zip package" [4,953Kb], which contains all the extensions. After that, just uncomment in php.ini the extension needed. Regards, Philippe "Jeb" <[EMAI

[PHP-WIN] Re: Unable to load extensions

2001-10-25 Thread Philippe Saladin
It would work with c:\winnt\system32 (without back slash at the end). Otherwise, you would try to download the free Dependency Walker (http://www.dependencywalker.com/) to find all depedencies of your dll. Hope it will help you ? Regards, Philippe "Daniel Parsons" <[EMAIL PROTECTED]> a écrit

[PHP-WIN] Re: PHP & iis 4.0 & Oracle 8.1.6

2001-10-24 Thread Philippe Saladin
it's a physical path, so you would use '\' and not '/' : extension_dir=c:\PHP\extensions Regards, Philippe "Sean Duke" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Hi, > > I would like to find out how I can get php to work on Win NT 4.0? I have > tried the CGI module onl

[PHP-WIN] Re: function/extension help

2001-10-05 Thread Philippe Saladin
I *think* you need php_sybase_ct.dll. You would find it in c:\php\extensions, and need to copy it into windows\system32. After that, modify your php.ini as follows : ; windows extension extension=php_sybase_ct.dll (remove the ';') Regards, Philippe "Arthur Chevalier" <[EMAIL PROTECTED]> a écrit

Re: [PHP-WIN] Problemas usuando OCI8

2001-10-03 Thread Philippe Saladin
You would try to copy php_oci8.dll in winnt\system32 and register it ? this is what I did to let it work. Regards, Philippe "Jacfeth Moreno B." <[EMAIL PROTECTED]> a écrit dans le message news: 01c14c52$a860ccf0$[EMAIL PROTECTED] Hello Jhon: Yes, the extension exist, but the problem is ther

[PHP-WIN] Re: ORACLE

2001-08-05 Thread Philippe Saladin
I also had trouble with ORA 12154, but using OCILogon. I resolved it by using not the name of the server, but the definition of its localization (what you find in the TNSNAMES.ORA file). Something like : $oracletns = "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = tcp

[PHP-WIN] Re: phpinfo()

2001-07-17 Thread Philippe Saladin
Is php406 installed instead of 405 or have you installed it in an other directory? in the second case, you will have to configure your web server again. Philippe "Stuart Hunter" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > I have just installed version 4.06 on my Windows