<?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>Sat, 18 May 2013 17:44:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christopher Jones' Blog: How to Use IIS, PHP and Oracle]]></title>
      <guid>http://www.phpdeveloper.org/news/5275</guid>
      <link>http://www.phpdeveloper.org/news/5275</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has posted <a href="http://blogs.oracle.com/opal/2006/05/01#a24">his howto</a> over on his Oracle blog today - a look at a common problem when using IIS, PHP, and Oracle due to incorrect permissions.
</p>
<quote>
<i>
<p>
Your Windows machine has IIS, PHP and Oracle. You create a PHP script using the oci8 extension and it calls PHP5 functions like oci_connect(), oci_parse(), or PHP4 functions like OCILogon() and OCIParse(). You invoke the script and get errors like:
</p>
<p>
"Warning: ocilogon() [function.ocilogon]: OCIEnvInit() failed." or "Unable to load dynamic library php_oci8.dll - Access is denied"
</p>
</i>
</quote>
<p>
The cause is the unauthorized anonymous login the IIS server is trying to use. <a href="http://blogs.oracle.com/opal/2006/05/01#a24">His solution</a> is simple: "give it to them" (the permissions, that is). In four easy steps (including the client install and rebooting IIS) you should be bug free and running smooth.
</p>]]></description>
      <pubDate>Mon, 01 May 2006 07:24:20 -0500</pubDate>
    </item>
  </channel>
</rss>
