Message from discussion
pdo oci on linux
MIME-Version: 1.0
Received: by 10.151.103.19 with SMTP id f19mr365107ybm.0.1246629587553; Fri,
03 Jul 2009 06:59:47 -0700 (PDT)
Date: Fri, 3 Jul 2009 06:59:47 -0700 (PDT)
X-IP: 216.220.41.62
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe)
Message-ID: <c67fa39a-b8bd-4b75-9a21-f9e7e1b33a07@r10g2000yqa.googlegroups.com>
Subject: pdo oci on linux
From: pkw <pkwoos...@gmail.com>
To: doctrine-user <doctrine-user@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi,
I've been using Doctrine with Symfony 1.2 on Windows successfully
after a few patches, when I asked our linux administrator to install
PDO_OCI on our linux test machine he ran into a nightmare of
configuration problems. This machine is running a 64 bit Oracle
Instant Client, version 11.1 and PHP 5.2.9. He downloaded
PDO_OCI-1.0. The final problem was a message sayint that 11.1 is and
unsupported version and there is a php bug http://bugs.php.net/bug.php?id=46278
on this, but it ends with a rather unhelpful conclusion that its fixed
in 5.3 and that the report is a "doc/user" problem. There are
numerous other php bugs on the PDO_OCI install.
Is there a better version or are we better off using the adapter? Is
there documentation on using the adapter? We are not ready to upgrade
PHP.