Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PHP4 & Oracle
On Sun, 03 Nov 2002 17:59:39 GMT, "@did" <adid_at_pandora.ns.be> wrote:
>I'm working on a project and I heard that Oracle and PHP4 are not
>compatible.
Don't know where you heard this; I've had PHP4 working fine with Oracle 8.1.7, 9.0.1 and 9.2.0.
The only serious problem I've seen is with persistent connections (OCIPLogon as opposed to OCILogon) when the database server restarts whilst PHP has some connections open; it doesn't always reconnect the existing persistent connections in the pool.
There's a workaround listed, using a failover in your TNS entry:
http://bugs.php.net/bug.php?id=16502
>Can somebody acknowledge this and have you got any
>experience with PHP3 & Oracle, in other words have you got some
>interesting url's for me. I don't find that much on helpfull.
No idea about PHP3, since it's so ancient now.
http://www.php.net/manual/en/ref.oci8.php
-- Andy Hassall (andy@andyh.org) icq(5747695) http://www.andyh.org http://www.andyhsoftware.co.uk/space | disk usage analysis toolReceived on Sun Nov 03 2002 - 12:12:11 CST
![]() |
![]() |