<?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>PHP.ph &#187; Fedora Core</title>
	<atom:link href="http://www.php.ph/category/linux/fedora-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php.ph</link>
	<description>Linux Apache MySQL PHP</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:38:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Centos 5: Installing XCache From Source</title>
		<link>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/</link>
		<comments>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 22:37:49 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=50</guid>
		<description><![CDATA[XCache is an open-source opcode cacher. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM.

Fedora 9, Centos 5: Xcache Install from Source
Through SSH.
yum install php-devel

yum groupinstall 'Development Tools'
yum groupinstall 'Development Libraries'
cd /src
Download [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP mbstring extension</title>
		<link>http://www.php.ph/2008/08/05/php-mbstring-extension/</link>
		<comments>http://www.php.ph/2008/08/05/php-mbstring-extension/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 23:37:33 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=42</guid>
		<description><![CDATA[Drupal Error: Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
Solution in Centos 5 and Fedora 9:
Through SSH:
yum search mbstring
yum install php-mbstring
/etc/init.d/httpd restart
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/05/php-mbstring-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apt in Centos 5, Fedora 9, RPM-based Distributions</title>
		<link>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/</link>
		<comments>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 16:36:00 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=36</guid>
		<description><![CDATA[Advanced Package Tool (APT) was originally developed for the Debian Linux distribution. Apt-rpm is a port of Debian&#8217;s APT modified to work with the RPM Package Manager.
Apt-rpm can work with repomd and handles multiple repositories much better. If a package is installed, dependencies are automatically installed. Like APT, it is much faster than yum.
To install [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 9: Installing APC</title>
		<link>http://www.php.ph/2008/07/28/fedora-9-installing-apc/</link>
		<comments>http://www.php.ph/2008/07/28/fedora-9-installing-apc/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 07:56:01 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=34</guid>
		<description><![CDATA[Alternative PHP Cache (APC) is a free and open opcode cache. It provides open and robust framework for caching and optimizing PHP intermediate code.
For this Fedora 9 apc installation, /var/www/html is used as the main html folder for http://server.domain.com.
If installed, uninstall eaccelerator first before installing Alternative PHP Cache as APC may conflict with eaccelerator.
Through SSH
yum [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/28/fedora-9-installing-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9: Eaccelerator Installation</title>
		<link>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/</link>
		<comments>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:44:47 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=27</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator. It increases the performance of PHP scripts by caching them in their compiled state.
In this Fedora eaccelerator installation, /var/www/html is the main html folder for http://server.domain.com.
Through SSH
yum -y install php-eaccelerator
View phpinfo() to verify if eAccelerator is enabled
echo "&#60;?php phpinfo(); ?&#62;" &#62; /var/www/html/phpinfo.php
Then point your browser to http://server.domain.com/phpinfo.php
or
Open a [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora Core 9: Webmin Installation</title>
		<link>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/</link>
		<comments>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:06:19 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=23</guid>
		<description><![CDATA[Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd.
Through SSH.
yum -y install perl-Net-SSLeay
Download the file.
wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin-1.420-1.noarch.rpm
or
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.420-1.noarch.rpm
Install it.
rpm -Uvh webmin-1.420-1.noarch.rpm

]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
