<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : Oracle from PHP on Centos 5</title>
	<atom:link href="http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 13:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Par : Vijay</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-1925</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 15 Sep 2011 10:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-1925</guid>
		<description>After doing all the steps, oci8 is still not listed in my php info page. I can see the following warning in the logs. How can I configure with the right version.

[15-Sep-2011 14:10:39] PHP Warning:  PHP Startup: oci8: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match</description>
		<content:encoded><![CDATA[<p>After doing all the steps, oci8 is still not listed in my php info page. I can see the following warning in the logs. How can I configure with the right version.</p>
<p>[15-Sep-2011 14:10:39] PHP Warning:  PHP Startup: oci8: Unable to initialize module<br />
Module compiled with module API=20060613, debug=0, thread-safety=0<br />
PHP    compiled with module API=20050922, debug=0, thread-safety=0<br />
These options need to match</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : BluDragon</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-1094</link>
		<dc:creator>BluDragon</dc:creator>
		<pubDate>Wed, 09 Mar 2011 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-1094</guid>
		<description>Beware of the &quot;gotcha&quot; when running SELinux. You&#039;ll have to either set it to &quot;Permissive&quot; mode (setenforce 0) or execute the following commands:

&lt;code&gt;
# grep http /var/log/audit/audit.log &#124; audit2allow -M myhttp 
# semodule -i myhttp.pp
&lt;/code&gt;

See here for more information:
&lt;a href=&quot;http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Beware of the &laquo;&nbsp;gotcha&nbsp;&raquo; when running SELinux. You&#8217;ll have to either set it to &laquo;&nbsp;Permissive&nbsp;&raquo; mode (setenforce 0) or execute the following commands:</p>
<p><code><br />
# grep http /var/log/audit/audit.log | audit2allow -M myhttp<br />
# semodule -i myhttp.pp<br />
</code></p>
<p>See here for more information:<br />
<a href="http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771" rel="nofollow">http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Camilo</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-581</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-581</guid>
		<description>Excelent, this is the best manual, better that Oracle offcial. Thank yuo</description>
		<content:encoded><![CDATA[<p>Excelent, this is the best manual, better that Oracle offcial. Thank yuo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Eduardo Romero</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-474</link>
		<dc:creator>Eduardo Romero</dc:creator>
		<pubDate>Mon, 27 Sep 2010 17:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-474</guid>
		<description>You just saved me *A LOT* of compiling ;D Thanks!</description>
		<content:encoded><![CDATA[<p>You just saved me *A LOT* of compiling ;D Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : braun1928</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-453</link>
		<dc:creator>braun1928</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-453</guid>
		<description>Great! The EASIEST way ever to install OCI8 module. Thanks for the howto!</description>
		<content:encoded><![CDATA[<p>Great! The EASIEST way ever to install OCI8 module. Thanks for the howto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-308</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 10 Aug 2010 09:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-308</guid>
		<description>Hi Tshimanga,
if you have restarted apache then ou should check if &quot;oci8.so&quot; has been placed where it should.
try:

# updatedb
# locate oci8.so

you should have some like this

/root/oci8-1.3.5/.libs/oci8.so
/root/oci8-1.3.5/modules/oci8.so
/usr/lib/php/modules/oci8.so

if not then the pecl package has not been well installed.</description>
		<content:encoded><![CDATA[<p>Hi Tshimanga,<br />
if you have restarted apache then ou should check if &laquo;&nbsp;oci8.so&nbsp;&raquo; has been placed where it should.<br />
try:</p>
<p># updatedb<br />
# locate oci8.so</p>
<p>you should have some like this</p>
<p>/root/oci8-1.3.5/.libs/oci8.so<br />
/root/oci8-1.3.5/modules/oci8.so<br />
/usr/lib/php/modules/oci8.so</p>
<p>if not then the pecl package has not been well installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : TSHIMANGA</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-306</link>
		<dc:creator>TSHIMANGA</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-306</guid>
		<description>Hi,

I followed the steps, with kartnico and then Jon comments.
All the steps went well withoutany complain.
The problem is that I can&#039;t see any oci8 section while getting the phpinfo from a browser.
Is there anything I missed, or missing the procedures?

Regards,

PS: RHEL 5.5, httpd 2.2.3, PHP 5.1.6, oci8 1.2.3</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed the steps, with kartnico and then Jon comments.<br />
All the steps went well withoutany complain.<br />
The problem is that I can&#8217;t see any oci8 section while getting the phpinfo from a browser.<br />
Is there anything I missed, or missing the procedures?</p>
<p>Regards,</p>
<p>PS: RHEL 5.5, httpd 2.2.3, PHP 5.1.6, oci8 1.2.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-117</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-117</guid>
		<description>any other messages before that line? some dependencies missing?</description>
		<content:encoded><![CDATA[<p>any other messages before that line? some dependencies missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : bossonaro</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-114</link>
		<dc:creator>bossonaro</dc:creator>
		<pubDate>Sun, 13 Jun 2010 16:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-114</guid>
		<description>I make it but in step 5, the make command return error:
#############################
make: *** [oci8.la] Error 1
#############################

How to do?</description>
		<content:encoded><![CDATA[<p>I make it but in step 5, the make command return error:<br />
#############################<br />
make: *** [oci8.la] Error 1<br />
#############################</p>
<p>How to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-91</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Dec 2009 10:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-91</guid>
		<description>Oups, forgot to mention that. 

Here is what you are looking for:
http://pecl.php.net/package/oci8</description>
		<content:encoded><![CDATA[<p>Oups, forgot to mention that. </p>
<p>Here is what you are looking for:<br />
<a href="http://pecl.php.net/package/oci8" rel="nofollow">http://pecl.php.net/package/oci8</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

