News Feed
Jobs Feed
Sections




News Archive
Christopher Jones' Blog:
How to Use IIS, PHP and Oracle
May 01, 2006 @ 07:24:20

Christopher Jones has posted his howto over on his Oracle blog today - a look at a common problem when using IIS, PHP, and Oracle due to incorrect permissions.

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:

"Warning: ocilogon() [function.ocilogon]: OCIEnvInit() failed." or "Unable to load dynamic library php_oci8.dll - Access is denied"

The cause is the unauthorized anonymous login the IIS server is trying to use. His solution 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.

1 comment voice your opinion now!
iis oracle common bug premissions error iis oracle common bug premissions error


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Top 25 Most Dangerous Programming Errors

PHPMaster.com: Setting Custom Error Messages for Zend_Form_Element

Lorna Mitchell's Blog: Dealing with MySQL Gone Away in Zend Framework

Alex Netkachov's Blog: Jamp! installer support PHP with IIS FastCGI

Ole Markus' Blog: Catching fatal errors in PHP


Community Events











Don't see your event here?
Let us know!


functional code opinion unittest composer phpunit series api zendframework2 framework testing introduction interview release podcast database example community development language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework