>
> 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
"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
- 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
> 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
> 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
- 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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo