<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 24 May 2012 09:59:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Bshensky's LiveJournal: Oracle Support without a Recompile]]></title>
      <guid>http://www.phpdeveloper.org/news/5531</guid>
      <link>http://www.phpdeveloper.org/news/5531</link>
      <description><![CDATA[<p>
One struggle seems to come up over and over again for several PHP developers out there - Oracle issues. Newsgroups and message boards are filled with questions and, sometimes, a few answers. <i>bshensky</i> is one such user - but one that <a href="http://bshensky.livejournal.com/8085.html">found a way</a> to get the PEAR DB package to connect to Oracle simply and without the usual recompile it would take to get the Oracle drivers successfully installed.
</p>
<quote>
<i>
<p>
I have spent a dog's age researching how to get my local PHP install to talk to Oracle using PEAR and the OCI8 client stack on my Fedora Core 4 server.  I eventually came to the conclusion that it was just not possible to get OCI8 to work with a RPM(binary)-install of PHP, and I looked toward other means of getting "Web access" to Oracle using different means.
</p>
<p>
Today, I found an <a href="http://www.oracle.com/technology/pub/articles/php_experts/otn_pdo_oracle5.html">interesting document</a> on the Oracle Web site that allegedly details how to get the new PECL PDO database drivers for Oracle running on PHP 5 (luckily, I run PHP 5 on my FC4 box). 
</p>
</i>
</quote>
<p>
The <a href="http://www.oracle.com/technology/pub/articles/php_experts/otn_pdo_oracle5.html">document</a> claimed that you could use PDO to load a database driver on the fly without the need for a recompile. All <i>bshensky</i> saw left to do was getting PDO installed (via PEAR) and getting it to pick up on the Oracle libraryes to help make the connection. A few quick commands and environment variables later, he had a complete and working PHP install with Oracle functionality called on the fly.
</p>]]></description>
      <pubDate>Wed, 07 Jun 2006 06:07:57 -0500</pubDate>
    </item>
  </channel>
</rss>

