<?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>TechBytes &#187; PHP</title>
	<atom:link href="http://www.asim.pk/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Just released &#8211; PHP SolusVM Wrapper class</title>
		<link>http://www.asim.pk/2011/04/25/just-released-php-solusvm-wrapper-class/</link>
		<comments>http://www.asim.pk/2011/04/25/just-released-php-solusvm-wrapper-class/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 15:58:46 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[googlecode]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[SolusVM]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=897</guid>
		<description><![CDATA[I have just released a SolusVM wrapper class based around the SolusVM Client API. More details on the project homepage.]]></description>
			<content:encoded><![CDATA[<p>I have just released a <a title="SolusVM" href="http://www.solusvm.com/" target="_blank">SolusVM</a> wrapper class based around the <a title="SolusVM client API" href="http://wiki.solusvm.com/index.php/API:Client" target="_blank">SolusVM Client API</a>. More details on the <a title="Google Project - PHP SolusVM Class" href="http://code.google.com/p/php-solusvm-class/" target="_blank">project homepage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2011/04/25/just-released-php-solusvm-wrapper-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Facebook Graph API to keep an eye on friends activity</title>
		<link>http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/</link>
		<comments>http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:00:29 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Facebook API]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=743</guid>
		<description><![CDATA[Life is really moving in the fast lane for me, and Im pretty sure for most of you readers too. I login to social-networking platforms after weeks and I cant recognize most of these faces (even though they are my &#8230; <a href="http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Life is really moving in the fast lane for me, and Im pretty sure for most of you readers too. I login to social-networking platforms after weeks and I cant recognize most of these faces (even though they are my friends). Its proven that Humans tend to recognize people by face more quickly then names and email addresses so whenever someone puts on a new face (uploads a new profile-picture), I have hard time getting to know them.</p>
<p>Well, I thought today, I have been developing in facebook application for so long now &#8211; Why not put online a few hours to fetch Facebook Friends data via API and keeping track of who did what? (status updates) and who changed his/her profile picture? So last night I was up, as usual, and I put together a small script in PHP that fetches my friends&#8217;s list, processes newcomers, checks for updates (pictures and statuses) and posts them into a database. Now I can track who updated his profile picture and what was their previous profile photo. Also, I can invest in another 1 hr to create high-level-summary everyday for ME <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you do something of this sort? I&#8217;d love to hear your story</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Lighttpd, PHP and MySQL on Ubuntu</title>
		<link>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 13:22:38 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=709</guid>
		<description><![CDATA[If you are not getting a package on Ubuntu, please check to see if your /etc/apt/sources.list file is updated. This is common with most VPS providers On VPS, especially with challenging small memory limit (e.g. 64MB or 128MB) lighttpd is &#8230; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>If you are <a href="http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/" target="_blank">not getting a package on Ubuntu, please check to see if your /etc/apt/sources.list file is updated</a>. This is common with most VPS providers</p></blockquote>
<p>On VPS, especially with challenging small memory limit (e.g. 64MB or 128MB) lighttpd is the best option instead of Apache. In this article I will show you how to do that. On a fresh box (which has no apache installed) type this to get lighttpd webserver installed</p>
<pre class="brush: plain; title: ; notranslate">apt-get install lighttpd</pre>
<p>Now install PHP5 CGI package and PHP5 command line package</p>
<pre class="brush: plain; title: ; notranslate">apt-get install php5-cgi php5-cli</pre>
<p>Edit the following file</p>
<pre class="brush: plain; title: ; notranslate">nano /etc/php5/cgi/php.ini</pre>
<p>and uncomment this line</p>
<pre class="brush: plain; title: ; notranslate">cgi.fix_pathinfo = 1</pre>
<p>Now enable fastcgi module</p>
<pre class="brush: plain; title: ; notranslate">lighty-enable-mod fastcgi</pre>
<p>Restart Lighttpd</p>
<pre class="brush: plain; title: ; notranslate">/etc/init.d/lighttpd restart</pre>
<p>You get the welcome page<br />
<a href="http://www.asim.pk/wp-content/uploads/2010/07/lighttpd-welcome-page.png" rel="lightbox[709]"><img src="http://www.asim.pk/wp-content/uploads/2010/07/lighttpd-welcome-page-300x128.png" alt="" title="lighttpd-welcome-page" width="300" height="128" class="aligncenter size-medium wp-image-711" /></a></p>
<p>Lets install MySQL 5.1 server and client</p>
<pre class="brush: plain; title: ; notranslate">apt-get install mysql-server mysql-client</pre>
<p>and optionally phpMyAdmin</p>
<pre class="brush: plain; title: ; notranslate">apt-get install phpmyadmin</pre>
<p>Now create a test page to see if phpinfo is all Ok</p>
<pre class="brush: plain; title: ; notranslate">nano /var/www/info.php</pre>
<p>Type in the following</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
phpinfo();
</pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2010/07/phpinfo-fastcgi.png" rel="lightbox[709]"><img src="http://www.asim.pk/wp-content/uploads/2010/07/phpinfo-fastcgi-262x300.png" alt="" title="phpinfo-fastcgi" width="262" height="300" class="aligncenter size-medium wp-image-713" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PHP Depreciated errors on Ubuntu 10.04 LTS</title>
		<link>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/</link>
		<comments>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 20:01:51 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Depreciated]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=688</guid>
		<description><![CDATA[If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH would be giving you certain PHP Depreciated warning like these Its a noted bug with Ubuntu and changes may be pushed soon &#8230; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH</p>
<pre class="brush: plain; title: ; notranslate">php -v</pre>
<p>would be giving you certain PHP Depreciated warning like these</p>
<pre class="brush: plain; title: ; notranslate">root@sea:~# php -v
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4 with Suhosin-Patch (cli) (built: Apr  9 2010 08:23:39)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</pre>
<p>Its a noted bug with Ubuntu and changes may be pushed soon but to fix this just edit each of these files and replace comments starting with &#8216;<strong>#</strong>&#8216; to &#8216;<strong>;</strong>&#8216;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install PHP5 ADOdb extension on Ubuntu</title>
		<link>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/#comments</comments>
		<pubDate>Sun, 30 May 2010 05:00:37 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ADOdb]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=673</guid>
		<description><![CDATA[ADOdb library is a very good data abstraction layer for PHP. Installing a PHP extension enables the library to auto-detect this and give even better performance. To install this library on Ubuntu 10.04 LTS do this]]></description>
			<content:encoded><![CDATA[<p><a href="http://adodb.sf.net/">ADOdb</a> library is a very good data abstraction layer for <a href="http://www.php.net">PHP</a>. Installing a PHP extension enables the library to auto-detect this and give even better performance. To install this library on <strong>Ubuntu 10.04 LTS</strong> do this</p>
<pre class="brush: plain; title: ; notranslate">apt-get install php5-adodb</pre>
<p><img src="http://www.asim.pk/wp-content/uploads/2010/05/php5-adodb-on-ubuntu.png" alt="" title="php5-adodb-on-ubuntu" width="638" height="128" class="aligncenter size-full wp-image-674" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHP&#8217;s SSH2 extension on Ubuntu</title>
		<link>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:18:45 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHPIZE]]></category>
		<category><![CDATA[SSH2]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=660</guid>
		<description><![CDATA[On Ubuntu 10.04 LTS, Do this (there&#8217;s no need to do any compiling anymore) You can now test if PHP recognizes it&#8217;s new ssh2 extension by running: Don&#8217;t forget to restart Apache]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu 10.04 LTS, Do this (there&#8217;s no need to do any compiling anymore)</p>
<pre class="brush: plain; title: ; notranslate">apt-get install libssh2-1-dev libssh2-php</pre>
<p>You can now test if PHP recognizes it&#8217;s new ssh2 extension by running:</p>
<pre class="brush: plain; title: ; notranslate">php -m |grep ssh2</pre>
<p>Don&#8217;t forget to restart Apache</p>
<pre class="brush: plain; title: ; notranslate">service apache2 restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good bye CentOS! Hello Ubuntu</title>
		<link>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/#comments</comments>
		<pubDate>Fri, 14 May 2010 20:01:00 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS 5.4]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=655</guid>
		<description><![CDATA[Its been about almost more then two years since I have been playing with CentOS on many different platforms etc. Its very stable but on the other hand, PHP/MySQL updates are very hard to get and still PHP is 5.1.6. &#8230; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Its been about almost more then two years since I have been playing with CentOS on many different platforms etc. Its very stable but on the other hand, PHP/MySQL updates are very hard to get and still PHP is 5.1.6. I tried EPEL repo and it updated PHP to 5.3.1 but still there were conflicts with stuff and many core packages.</p>
<p>So, I thought why not move to Ubuntu since it has just announced 10.04LTS (Long Term Support) in April 2010. Folks at iWeb were really nice to do a reinstall without any charges and also process a memory upgrade request at an amazing 50% discount.</p>
<p><strong>Ubuntu 10.04 LTS</strong></p>
<ul>
<li>Apache 2 version is 2.2.14</li>
<li>PHP version is 5.3.2</li>
<li>MySQL version is 5.1.41-3ubuntu12</li>
<li>SVN (Subversion) version is 1.6.6</li>
</ul>
<p><strong>As a comparison CentOS 5.4 has the following versions</strong></p>
<ul>
<li>Apache 2 version is 2.2.3</li>
<li>PHP version is 5.1.6</li>
<li>MySQL version is 5.0.77</li>
<li>SVN (Subversion) version is 1.4.2</li>
</ul>
<p>So if you are a PHP developer looking to deploy a Linux flavour on your new box, choose Ubuntu <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Exploring Kohana as an Alternative to CodeIgniter</title>
		<link>http://www.asim.pk/2010/01/07/exploring-kohana-as-an-alternative-to-codeigniter/</link>
		<comments>http://www.asim.pk/2010/01/07/exploring-kohana-as-an-alternative-to-codeigniter/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:00:54 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[KohanaPHP]]></category>
		<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[PHP5]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=467</guid>
		<description><![CDATA[Brett from OnWired has written a very nice blog entry on Kohana and it is exactly what I have found Kohana to be. Hence I am sharing it here for the rest of the people to read. To view the &#8230; <a href="http://www.asim.pk/2010/01/07/exploring-kohana-as-an-alternative-to-codeigniter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://onwired.com/about/brett-buddin/" target="_blank"><strong>Brett</strong></a> from <a href="http://onwired.com/about/brett-buddin/" target="_blank"><strong>OnWired</strong></a> has written a very nice blog entry on Kohana and it is exactly what I have found Kohana to be. Hence I am sharing it here for the rest of the people to read. To view the blog entry please <strong><a href="http://onwired.com/blog/exploring-kohana-as-an-alternative-to-codeigniter/" target="_blank">go here</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/07/exploring-kohana-as-an-alternative-to-codeigniter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kohana or CodeIgniter or CakePHP?</title>
		<link>http://www.asim.pk/2010/01/06/kohana-or-codeigniter-or-cakephp/</link>
		<comments>http://www.asim.pk/2010/01/06/kohana-or-codeigniter-or-cakephp/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:30:21 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[KohanaPHP]]></category>
		<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[PHP5]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=463</guid>
		<description><![CDATA[I am going to start on a small system for internal use and I wanted to re-think my choice of CodeIgniter because it does not have templates or ORM. Guess what, I landed with KohanaPHP. It sounds very tempting that &#8230; <a href="http://www.asim.pk/2010/01/06/kohana-or-codeigniter-or-cakephp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am going to start on a small system for internal use and I wanted to re-think my choice of CodeIgniter because it does not have templates or ORM. Guess what, I landed with <a href="http://kohanaphp.com" target="_blank">KohanaPHP</a>. It sounds very tempting that a new MVC Framework based on CodeIgniter with new features (especially ORM) is here but the documentation is really really poor.</p>
<p>I tried googling for a book or tutorial and I was really disappointed to have found none. I tried Amazon.com for a book but no books. Looks like I have landed in some weird space that might be good looking but I need to get my hands dirty in the code to learn it and at the end of the day, it may seem that I have lost a lot of hours on this new Framework. Lets give it a try!</p>
<p><strong>Update:</strong> As of today (28th July, 2010), I am working on YII, its good, powerful and blazing fast. It has all the feature of CakePHP too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/06/kohana-or-codeigniter-or-cakephp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing PHP 5.2.6 on CentOS box</title>
		<link>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/</link>
		<comments>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 10:15:03 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS 5.3]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[utterramblings]]></category>
		<category><![CDATA[YUM]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=408</guid>
		<description><![CDATA[If you want to install PHP 5.2.x instead of the PHP 5.1.6 offered with default CentOSPlus repo. Please consider installing the utterramblings repo. Setting up this repo is a breeze &#8230; just follow these steps (I prefer nano as I &#8230; <a href="http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want to install PHP 5.2.x instead of the PHP 5.1.6 offered with default <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" target="_blank"><strong>CentOSPlus repo</strong></a>. Please consider installing the <a href="http://www.jasonlitka.com/yum-repository/" target="_blank"><strong>utterramblings</strong></a> repo. Setting up this repo is a breeze &#8230; just follow these steps</p>
<p><span id="more-408"></span></p>
<pre class="brush: plain; title: ; notranslate">nano -w /etc/yum.repos.d/utterramblings.repo</pre>
<p>(I prefer nano as I mentioned earlier in my posts but you can use <strong>vi</strong> or any other editor that you like)</p>
<p>Then paste the following code in the editor</p>
<pre class="brush: plain; title: ; notranslate">[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</pre>
<p>Hit <strong>Ctrl+X</strong> and it will prompt you to save this file, you need to confirm this with punching <strong>Y</strong></p>
<p>Now comes the last step, type the following and everything will be updated <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre class="brush: plain; title: ; notranslate">yum update</pre>
<p>Enjoy the latest packages <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Note:</strong> PHP 5.3.0 is still not available in stable repos because the Zend Optimizer is still in Beta for that particular version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

