<?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; PHP</title>
	<atom:link href="http://www.php.ph/category/php/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>PHP Developers Summit 2010</title>
		<link>http://www.php.ph/2009/12/25/php-developers-summit-2010/</link>
		<comments>http://www.php.ph/2009/12/25/php-developers-summit-2010/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:38:51 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPUGPH]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=124</guid>
		<description><![CDATA[In partnership with Microsoft Philippines, PHP User Group Philippines presents PHP Developers Summit 2010. We are inviting you to come and join us in this gathering of the country’s best tech-talents, professionals and web developers promoting the use of PHP and open source solutions in the enterprise and schools. Free flowing coffee with lots of [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2009/12/25/php-developers-summit-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to the CodeIgniter PHP Framework</title>
		<link>http://www.php.ph/2008/08/14/introduction-to-the-codeigniter-php-framework/</link>
		<comments>http://www.php.ph/2008/08/14/introduction-to-the-codeigniter-php-framework/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 12:43:39 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=56</guid>
		<description><![CDATA[Alejandro Gervasio takes a close look at the main features bundled with the CodeIgniter PHP framework.
CodeIgniter permits users to develop small and middle-scale PHP applications with minimal setup. It is built around the Model-View-Controller pattern which allows easy separation of data from application logic and visual presentation.
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/14/introduction-to-the-codeigniter-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Managing Files with PHP</title>
		<link>http://www.php.ph/2008/08/07/managing-files-with-php/</link>
		<comments>http://www.php.ph/2008/08/07/managing-files-with-php/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 04:04:14 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=44</guid>
		<description><![CDATA[Two quick guides by Total PHP: Uploading Files and Deleting Files with PHP.
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/07/managing-files-with-php/feed/</wfw:commentRss>
		<slash:comments>0</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>PHP 5.3 Alpha1 Released</title>
		<link>http://www.php.ph/2008/08/02/php-53-alpha1-released/</link>
		<comments>http://www.php.ph/2008/08/02/php-53-alpha1-released/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 20:11:05 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[News and Views]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=40</guid>
		<description><![CDATA[The PHP development team announced the first alpha release of the upcoming minor version update of PHP. The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. The purpose of this alpha release is to encourage users to not only actively participate in identifying [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/02/php-53-alpha1-released/feed/</wfw:commentRss>
		<slash:comments>0</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>Windows: Installing PHP 5.2.6 on Apache 2.2.9 Manually</title>
		<link>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/</link>
		<comments>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:12:08 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/</guid>
		<description><![CDATA[ This is a continuation  from the previous topic Apache on Windows.
Download the latest php-x.y.z-Win32.zip at http://www.php.net/downloads.php .
Unzip the contents of php-5.2.6-Win32.zip package to C:\PHP folder.
Find and rename the file php.ini-recommended to php.ini.
Open the file php.ini, look and uncomment the following directives (Click Edit &#62; Find or Ctrl F). Uncomment &#8211; remove the ; before [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.6 Released</title>
		<link>http://www.php.ph/2008/05/04/php-526-released/</link>
		<comments>http://www.php.ph/2008/05/04/php-526-released/#comments</comments>
		<pubDate>Sat, 03 May 2008 23:59:15 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/05/04/php-526-released/</guid>
		<description><![CDATA[PHP development team has released the latest version in the PHP 5.2.x series.
This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.
Further details about the PHP 5.2.6 release can be found here.
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/05/04/php-526-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5: APC Installation &#8211; Alternative PHP Cache</title>
		<link>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</link>
		<comments>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 12:30:46 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</guid>
		<description><![CDATA[APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.
Through SSH.
Find make.
whereis make
Output should be:
make: /usr/bin/make
If not, click here.
Install APC.
pecl install apc
Create the file /etc/php.d/apc.ini
vi /etc/php.d/apc.ini
Enter.
extension="apc.so"
Save and exit.
Restart Apache.
/etc/init.d/httpd restart
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
