|
Posted by Andy Hassall on 08/15/06 22:39
On Tue, 15 Aug 2006 14:34:33 GMT, "PTM" <p.milbanke@vodafone.net> wrote:
><a.ofaolain@gmail.com> wrote in message
>news:1155629391.830031.157830@b28g2000cwb.googlegroups.com...
>> hi hope someone will be able to help
>> i am trying to connect to an Oracle database using php
>> the actual code to connect is not a problem as it works fine on a Linux
>> box.
>> I am using oracle 10 on a windows xp machine and php is installed and
>> works fine
>> do i need to install anything else
>> i have read that i need to compile php if so how do i do this on a
>> windows pc
>> sorry if i sound dumb
>>
>> as i said hope someone can help
>>
>If your server already runs your .php web pages without problem, then it
>should be a simple case of removing the ; from the Oracle extension line:
>
>;extension=php_oracle.dll
No, use php_oci8.dll, which is the extension for Oracle 8i, 9i and 10g. (The
"8" part is from the last time the Oracle side of the interface significantly
changed, in Oracle 8i).
php_oracle.dll is the long-dead Oracle v7 interface.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|