<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog of a LAMP Developer based near Guildford, Surrey &#187; Suhosin</title>
	<atom:link href="http://www.lampdeveloper.co.uk/tag/suhosin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lampdeveloper.co.uk</link>
	<description>A day in the life of a Lamp Developer</description>
	<lastBuildDate>Wed, 18 Aug 2010 14:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing PHP 5.2.5, Suhosin, PHP-Eaccelerator on Centos 4 with YUM</title>
		<link>http://www.lampdeveloper.co.uk/linux/installing-php-525-suhosin-php-eaccelerator-on-centos-4-with-yum.html</link>
		<comments>http://www.lampdeveloper.co.uk/linux/installing-php-525-suhosin-php-eaccelerator-on-centos-4-with-yum.html#comments</comments>
		<pubDate>Sat, 17 Nov 2007 18:07:07 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[centos4]]></category>
		<category><![CDATA[Eaccelerator]]></category>
		<category><![CDATA[php 5.2.5]]></category>
		<category><![CDATA[Suhosin]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.lampdeveloper.co.uk/linux/installing-php-525-suhosin-php-eaccelerator-on-centos-4-with-yum.html</guid>
		<description><![CDATA[This is currently no longer supported as I&#8217;m now using Centos 5
You will find similar, but updated rpms here http://blog.famillecollet.com/
I&#8217;ve created a repo containing the new PHP 5.2.5 rpms and other extensions.
My yum repo currently only supports i386 architectures and centos / el4.
To upgrade to php 5.2.5 please run:
wget http://www.smudge-it.co.uk/pub/yum/RPM-GPG-KEY-smudge
rpm &#8211;import  RPM-GPG-KEY-smudge
Add my repository [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is currently no longer supported as I&#8217;m now using Centos 5</strong></p>
<p>You will find similar, but updated rpms here <a href="http://blog.famillecollet.com/">http://blog.famillecollet.com/</a></p>
<p>I&#8217;ve created a repo containing the new PHP 5.2.5 rpms and other extensions.</p>
<p>My yum repo currently only supports i386 architectures and centos / el4.</p>
<p>To upgrade to php 5.2.5 please run:</p>
<p>wget <a title="http://www.smudge-it.co.uk/pub/yum/RPM-GPG-KEY-smudge" href="http://www.smudge-it.co.uk/pub/yum/RPM-GPG-KEY-smudge" target="_blank">http://www.smudge-it.co.uk/pub/yum/RPM-GPG-KEY-smudge</a><br />
rpm &#8211;import  RPM-GPG-KEY-smudge</p>
<p>Add my repository by creating the file<br />
vi /etc/yum.repos.d/smudge.repo</p>
<p>[smudgeit]<br />
name=Smudge IT RPMS for Centos 4 &#8211; $basearch<br />
baseurl=http://www.smudge-it.co.uk/pub/yum/centos/4/$basearch/<br />
enabled=1<br />
gpgcheck=1</p>
<p>Then run yum update php.</p>
<p>I have the following files in my repo:</p>
<p>pcre-6.6-1.1.i386.rpm                      php-gd-5.2.5-1.i386.rpm        php-pdo-5.2.5-1.i386.rpm<br />
pcre-devel-6.6-1.1.i386.rpm                php-imap-5.2.5-1.i386.rpm      php-pear-1.6.1-2.noarch.rpm<br />
php-5.2.5-1.i386.rpm                       php-ldap-5.2.5-1.i386.rpm      php-pgsql-5.2.5-1.i386.rpm<br />
php-bcmath-5.2.5-1.i386.rpm                php-mbstring-5.2.5-1.i386.rpm  php-snmp-5.2.5-1.i386.rpm<br />
php-cli-5.2.5-1.i386.rpm                   php-mcrypt-5.2.5-1.i386.rpm    php-soap-5.2.5-1.i386.rpm<br />
php-common-5.2.5-1.i386.rpm                php-mhash-5.2.5-1.i386.rpm     php-suhosin-0.9.20-1.i386.rpm<br />
php-dba-5.2.5-1.i386.rpm                   php-mssql-5.2.5-1.i386.rpm     php-tidy-5.2.5-1.i386.rpm<br />
php-devel-5.2.5-1.i386.rpm                 php-mysql-5.2.5-1.i386.rpm     php-xml-5.2.5-1.i386.rpm<br />
php-eaccelerator-5.2.5_0.9.5.1-1.i386.rpm  php-ncurses-5.2.5-1.i386.rpm   php-xmlrpc-5.2.5-1.i386.rpm<br />
php-embedded-5.2.5-1.i386.rpm              php-odbc-5.2.5-1.i386.rpm</p>
<p>You can install other extensions such as:</p>
<p>yum install  php-eaccelerator<br />
yum install  php-suhosin</p>
<p>Edit /etc/php.d/suhosin.ini to-&gt;</p>
<p>extension=suhosin.so<br />
suhosin.session.encrypt = Off</p>
<p>Now you have a more secure php installation.</p>
<p>*** Updated sqlite2 packages. If you were having issues installing php-pdo then do</p>
<p>yum clean all</p>
<p>and then</p>
<p>yum install sqlite2</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Blog%20of%20a%20LAMP%20Developer%20based%20near%20Guildford%2C%20Surrey&amp;siteurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2F&amp;linkname=Installing%20PHP%205.2.5%2C%20Suhosin%2C%20PHP-Eaccelerator%20on%20Centos%204%20with%20YUM&amp;linkurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2Flinux%2Finstalling-php-525-suhosin-php-eaccelerator-on-centos-4-with-yum.html"><img src="http://www.lampdeveloper.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.lampdeveloper.co.uk/linux/installing-php-525-suhosin-php-eaccelerator-on-centos-4-with-yum.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
