<?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>Sun, 07 Sep 2008 04:59:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Oracle Instant Client 10.2.0.4 for Mac OS X Intel x86 is Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10029</guid>
      <link>http://www.phpdeveloper.org/news/10029</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/23#a301">posted about</a> the latest Instant Client release for the Intel chips running OS X:
</p>
<blockquote>
Hot off the press, <a href="http://db360.blogspot.com/2008/04/instant-client-on-mac-os-x.html">Kuassi</a> points out that Oracle Instant Client for Apple Mac OS X (Intel x86)  is now available from the <a href="http://www.oracle.com/technology/tech/oci/instantclient/index.html">Instant Client page on OTN</a>. It's the latest 10.2.0.4 patchset.
</blockquote>
<p>
The 10.2.0.4 release of Instant Client for Windows 32bit and Linux x86 have also been released.
</p>
<p>
The Oracle Instant Client is a lightweight version of the standard Oracle functionality that's not only smaller but allows installation of an Oracle client without having to do the full Oracle install.
</p>]]></description>
      <pubDate>Thu, 24 Apr 2008 07:50:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Temporary LOBS in PHP's OCI8 Extension. Instant Client.]]></title>
      <guid>http://www.phpdeveloper.org/news/9460</guid>
      <link>http://www.phpdeveloper.org/news/9460</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> talks today on <a href="http://blogs.oracle.com/opal/2008/01/17#a264">his blog</a> about a bug he's just corrected and integrated into the release of the Oracle Instant Client that lets PHP correctly take advantage of the temporary LOBS functionality.
</p>
<blockquote>
When PHP is done with the temporary LOB, it needs to tell Oracle to destroy it. If this isn't done, then the temporary LOB will hang around using DB space until the connection is closed. I just merged a fix worked on by Krishna Mohan and myself for <a href="http://bugs.php.net/bug.php?id=43497">bug 43497</a>.
</blockquote>
<p>
Example code is included showing two instances of its use - a normal use that frees the memory correctly and the other showing how to create the temporary lob to hold the data as needed.
</p>]]></description>
      <pubDate>Mon, 21 Jan 2008 12:05:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Gennady Feldman's Blog: Installing Oracle Instant Client and making it work with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8973</guid>
      <link>http://www.phpdeveloper.org/news/8973</link>
      <description><![CDATA[<p>
<i>Maggie Nelson</i> has linked to <a href="http://www.gena01.com/forum/index.php/topic,184.0.html">a blog post</a> detailing one of the simplest ways to get a powerful database system, Oracle, up and working with PHP:
</p>
<blockquote>
This is something that I wanted to post up for a while, because this is rather simple stuff and yet it took me a while to put this whole thing together for my own use/setup. It's also something that got some people interested and they asked me to post this up. So this post is for <a href="http://www.objectivelyoriented.com/">Maggie Nelson</a> who is an active PHP and Oracle advocate.
</blockquote>
<p>
It's basically an <a href="http://www.gena01.com/forum/index.php?topic=184.0">eleven step process</a> to get things up and working (on linux) and involves installing RPMs, editing config files, and configuring the PHP installation to pull in the Oracle module.
</p>]]></description>
      <pubDate>Mon, 05 Nov 2007 12:53:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToForge.com: Building Apache with PHP,MySQL, OCI8 instant client support]]></title>
      <guid>http://www.phpdeveloper.org/news/7017</guid>
      <link>http://www.phpdeveloper.org/news/7017</link>
      <description><![CDATA[<p>
The HowToForge has posted <a href="http://howtoforge.com/apache_php_mysql_oci8_client_support">a new tutorial</a> that will guide you through the installation of a server with Apache, PHP, MySQL, and OCI8 Instant Client support.
</p>
<blockquote>
There are many howtos on building Apache with PHP, MYSQL support, but it is very rare to find some document on OCI8 support with Apache Build [...] I was searching some installation document, there are few documents , but most of them are using either RPM version of packages or they are missing some of the essential steps.
</blockquote>
<p>
He <a href="http://howtoforge.com/apache_php_mysql_oci8_client_support">starts with</a> his platform (IBM x system x86_64 bit server with RHEL 4 Update Level 4) and grabs the parts first - the instant client, then Apache, then PHP. MySQL is already installed on the machine and is included in the PHP build via the configure call. They provide all of the shell commands you'll need to get things working as well as any changes that might need to be made to the configuration files in the process.
</p>]]></description>
      <pubDate>Wed, 03 Jan 2007 07:41:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Instant Forms from Tables with Solar]]></title>
      <guid>http://www.phpdeveloper.org/news/5176</guid>
      <link>http://www.phpdeveloper.org/news/5176</link>
      <description><![CDATA[<p>
<i>Paul Jones</i>, in response to a question about his <a href="http://solarphp.com/">Solar</a> framework concerning the creation of forms using table definitions, has answered "yes!" and shows us how in <a href="http://paul-m-jones.com/blog/?p=206">this new post</a>.
</p>
<quote>
<i>
Here's an example: 2 lines to start <a href="http://solarphp.com/">Solar</a>, 2 lines to connect to an existing <a href="http://solarphp.com/index.php/docs/Solar_Sql_Table">Solar_Sql_Table</a>, 2 lines to create a <a href="http://solarphp.com/index.php/docs/Solar_Form">Solar_Form</a> using the table columns, and 2 lines to display it with <a href="http://solarphp.com/index.php/docs/Solar_View">Solar_View</a> using the associated <a href="http://solarphp.com/index.php/docs/Solar_View_Helper_Form">form helper</a>. (The "Solar_Model_Nodes" table is part of the existing Solar_Content domain model.)
</i>
</quote>
<p>
He <a href="http://paul-m-jones.com/blog/?p=206">gives the code</a> needed to make it happen as well as a brief explaination on how it all works.
</p>]]></description>
      <pubDate>Fri, 14 Apr 2006 08:21:28 -0500</pubDate>
    </item>
  </channel>
</rss>
