Message from discussion
pdo oci on linux
Received: by 10.151.142.1 with SMTP id u1mr1118727ybn.28.1246630349747;
Fri, 03 Jul 2009 07:12:29 -0700 (PDT)
Return-Path: <jonw...@gmail.com>
Received: from mail-yx0-f186.google.com (mail-yx0-f186.google.com [209.85.210.186])
by gmr-mx.google.com with ESMTP id 16si731871gxk.5.2009.07.03.07.12.28;
Fri, 03 Jul 2009 07:12:28 -0700 (PDT)
Received-SPF: pass (google.com: domain of jonw...@gmail.com designates 209.85.210.186 as permitted sender) client-ip=209.85.210.186;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jonw...@gmail.com designates 209.85.210.186 as permitted sender) smtp.mail=jonw...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by yxe16 with SMTP id 16so384137yxe.15
for <doctrine-user@googlegroups.com>; Fri, 03 Jul 2009 07:12:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:from:to
:in-reply-to:content-type:content-transfer-encoding:x-mailer
:mime-version:subject:date:references;
bh=CEQO+8GSyuzUB6tZUsDLn22F41HSPgcrZ6+FZm51fdE=;
b=CJr20C4d+XxEhpXnx4XDqljMESv0QpjNKVVhYK/LojUchrQpnDMDKZJW8eTXSIPWpY
44VBNBW6mwNYlld+cLfN52F/KYZ7W6eQ+AWSYfAzgDYcSjvPN+kwRsUrTA/lUuD0na7+
Vngb3Xa4e1omva+onnASyjrwTON9Ozjuhd8w0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:from:to:in-reply-to:content-type
:content-transfer-encoding:x-mailer:mime-version:subject:date
:references;
b=m6p3Hy1Vz7VLk0/zpjuOHFGSzBsxW5uFNkbbWR9l+KiulEA8M3MQVF3/W7FmNWxV+X
T5P6WAXrsHSdBZypKoNfeZ3d7gq0yZFVfDzlHyBk2cdsIVsqvitFIPQRbDZvtaEseAve
7SyCOLBJQ2Va+nqDR461QYox9eg7HbnQ2zopY=
Received: by 10.90.84.2 with SMTP id h2mr106198agb.38.1246630348615;
Fri, 03 Jul 2009 07:12:28 -0700 (PDT)
Return-Path: <jonw...@gmail.com>
Received: from ?192.168.1.102? (c-98-193-185-25.hsd1.tn.comcast.net [98.193.185.25])
by mx.google.com with ESMTPS id 20sm1168720agb.65.2009.07.03.07.12.26
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 03 Jul 2009 07:12:27 -0700 (PDT)
Message-Id: <BB96FA10-43DB-4FBA-9DDB-25B433FE8...@gmail.com>
From: "Jonathan H. Wage" <jonw...@gmail.com>
To: "doctrine-user@googlegroups.com" <doctrine-user@googlegroups.com>
In-Reply-To: <c67fa39a-b8bd-4b75-9a21-f9e7e1b33...@r10g2000yqa.googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Mailer: iPhone Mail (7A341)
Subject: Re: [doctrine-user] pdo oci on linux
Date: Fri, 3 Jul 2009 09:12:21 -0500
References: <c67fa39a-b8bd-4b75-9a21-f9e7e1b33...@r10g2000yqa.googlegroups.com>
I would use the adapter. Check the doc blocks in the code for more info.
Sent from my iPhone
On Jul 3, 2009, at 8:59 AM, pkw <pkwoos...@gmail.com> wrote:
>
> 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.
>
> Thanks/peter
> >