<?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>BLOGS@DiGiTSS &#187; PHP</title>
	<atom:link href="http://blogs.digitss.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:32:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'blogsdigitss_pi49bi'});	}</script>	<item>
		<title>Upgrading to PHP 5.3..! &#8211; are you sure?</title>
		<link>http://blogs.digitss.com/php/upgrading-to-php-5-3-are-you-sure/</link>
		<comments>http://blogs.digitss.com/php/upgrading-to-php-5-3-are-you-sure/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:28:06 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=305</guid>
		<description><![CDATA[If you are planning to upgrade to PHP 5.3 from PHP 5.2.x then you must think twice before you really do it. There are few things you should take care of. Recently last week I tried upgrading one of the web-server to PHP 5.3 from PHP 5.2.9 and it was not a good idea which I came to know later on.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/upgrading-to-php-5-3-are-you-sure/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Zimbra LDAP Server Authentication with PHP</title>
		<link>http://blogs.digitss.com/php/using-zimbra-ldap-server-authentication-with-php/</link>
		<comments>http://blogs.digitss.com/php/using-zimbra-ldap-server-authentication-with-php/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:20:07 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=297</guid>
		<description><![CDATA[I wanted to provide our CRM users an alternate way of logging to the system using their Zimbra email authentication and there is a really easy way of doing it which I have figured out in little while with googling. Definitely PHP online help docs and Zimbra forums both came to help and found a [...]]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/using-zimbra-ldap-server-authentication-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When PHP Frameworks are going to stop PHP 4 support?</title>
		<link>http://blogs.digitss.com/php/when-php-frameworks-are-going-to-stop-php-4-support/</link>
		<comments>http://blogs.digitss.com/php/when-php-frameworks-are-going-to-stop-php-4-support/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:55:45 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=289</guid>
		<description><![CDATA[As of now we have many frameworks which are still supporting PHP 4.x. CakePHP and CodeIgniter are leading that troop. Now we have PHP 6 about to get ready for production and PHP 5.x is in it's mature stage since long while now with PHP 5.3 as the latest release. I am not against for support on 4.x version of PHP; may great developers/teams have developed awasom tools and application and they should be still usable without any modifications in their coding.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/when-php-frameworks-are-going-to-stop-php-4-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Text Encoding &#8211; Challenge..!</title>
		<link>http://blogs.digitss.com/php/php-text-encoding-challenge/</link>
		<comments>http://blogs.digitss.com/php/php-text-encoding-challenge/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 19:43:44 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[encoding]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=183</guid>
		<description><![CDATA[I have faced some challenge in respect of text encoding with PHP in near past and would like to share with all of you. I am not sure that it indicates PHP's limitation/weakness in that particular area or just a blind spot for me..! But would like to know about that as for that particular instance I took help of small C# utility to get it done.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/php-text-encoding-challenge/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.7 is released</title>
		<link>http://blogs.digitss.com/php/php-527-is-released/</link>
		<comments>http://blogs.digitss.com/php/php-527-is-released/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 11:56:38 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=186</guid>
		<description><![CDATA[This is good to hear that PHP 5.2.7 is released last week. PHP 5.3 alpha 3 is released as well at the same time. Actually this release has taken more than 6 months after it's last stable release of 5.2.6 version. But it's better later than never. I have come across some blogs archives indicating dull future of PHP in coming year, but this slow and steady progress confirms that PHP elephant is here to stay, and there are many other blogs out there which indicates that too.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/php-527-is-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Symfony 1.2 first Beta is out</title>
		<link>http://blogs.digitss.com/php/symfony-12-first-beta-is-out/</link>
		<comments>http://blogs.digitss.com/php/symfony-12-first-beta-is-out/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:44:12 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=164</guid>
		<description><![CDATA[First beta version of new symfony version 1.2 is out now; and in few successive weeks the second beta is out too..!]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/symfony-12-first-beta-is-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Downloading a File from Secure website (https) using CURL</title>
		<link>http://blogs.digitss.com/php/php-downloading-a-file-from-secure-website-https-using-curl/</link>
		<comments>http://blogs.digitss.com/php/php-downloading-a-file-from-secure-website-https-using-curl/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 17:43:03 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools / Plugins / Extenstion]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[secure file download]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=132</guid>
		<description><![CDATA[Recently in one of my project I was suppose to download file from a secure website. Actually I have to set the scheduler job for downloading nightly builds/full files from the server and the files are placed on secure website.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/php-downloading-a-file-from-secure-website-https-using-curl/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.6 RC1 with WSDL AutoDiscovery</title>
		<link>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/</link>
		<comments>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:12:24 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=113</guid>
		<description><![CDATA[Zend Framework's new release 1.6 is in it's RC1 stage now. It has got many exiting features, including one of the much waited WSDL auto-generation using Zend_Soap_AutoDiscover class. It will automatically generate WSDL based on your class definition based on PHP Documentation.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP: Performance Improvement Tips</title>
		<link>http://blogs.digitss.com/php/php-performance-improvement-tips/</link>
		<comments>http://blogs.digitss.com/php/php-performance-improvement-tips/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:08:58 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=100</guid>
		<description><![CDATA[This post covers some performance improvement tips by showing merits or demerits of various coding practices in PHP. While developing small websites or projects which are not meant to be maintained for longer period of time it's okey it we don't care about all this performance improvement and so on. But while we are into the development of some product or project which are going to be maintained for longer period of time then it is required that we take care of small things from the beginning. Initially we may feel that benefits are not drastic but when we have large amount of user base then all small and minor things matters.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/php-performance-improvement-tips/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Symfony 1.1 RC1 Released</title>
		<link>http://blogs.digitss.com/php/symfony-11-rc1-released/</link>
		<comments>http://blogs.digitss.com/php/symfony-11-rc1-released/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:57:51 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=74</guid>
		<description><![CDATA[There are some great news for symphony lovers. Symfony 1.1 is now in it’s release candidate stage. At the same time the biggest news is that after Yahoo! Bookmarks now Yahoo! has chose symphony to rewrite Yahoo! Answers..! That sounds great that symfony is making it’s stand higher and higher by being chosen for developing [...]]]></description>
		<wfw:commentRss>http://blogs.digitss.com/php/symfony-11-rc1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
