<?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>bloody error &#187; PHP</title>
	<atom:link href="http://www.bloodyerror.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Wed, 18 Jan 2012 11:06: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>Symfony2, Doctrine2 cache:warmup &#8211;env=prod Semantical Error?</title>
		<link>http://www.bloodyerror.com/2012/01/symfony2-doctrine2-cachewarmup-envprod-semantical-error/</link>
		<comments>http://www.bloodyerror.com/2012/01/symfony2-doctrine2-cachewarmup-envprod-semantical-error/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 11:06:54 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[Doctrinr 2]]></category>
		<category><![CDATA[sf2]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Symfony 2]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=76</guid>
		<description><![CDATA[<p>Are you getting this strange error when trying to create cache for prod enviroment? and not getting this error on dev environemnt?</p> <p>Easy to fix, Open the Entity file referring to this repository file and prefix it with &#8220;\&#8221; to give absolute namespaced path.<br /> Issue:</p> <p>Fix: </p> <p>Hope this helps!</p>]]></description>
		<wfw:commentRss>http://www.bloodyerror.com/2012/01/symfony2-doctrine2-cachewarmup-envprod-semantical-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP : get Request protocol Http or HTTPS</title>
		<link>http://www.bloodyerror.com/2009/09/php-get-request-protocol-http-or-https/</link>
		<comments>http://www.bloodyerror.com/2009/09/php-get-request-protocol-http-or-https/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:51:51 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[protocol]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=37</guid>
		<description><![CDATA[<p>How to get Requested protocol Http or HTTPS in PHP?</p> <p>This function will return True if HTTPS when called&#8230;</p> is_https() { return strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))==&#8217;https&#8217;? true : false; }]]></description>
		<wfw:commentRss>http://www.bloodyerror.com/2009/09/php-get-request-protocol-http-or-https/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plesk 9.2.1 FastCGI Apache Error</title>
		<link>http://www.bloodyerror.com/2009/07/plesk-9-2-1-fastcgi-apache-error/</link>
		<comments>http://www.bloodyerror.com/2009/07/plesk-9-2-1-fastcgi-apache-error/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:18:45 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP FastCgi]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=17</guid>
		<description><![CDATA[First of All This solution is for Linux based OS. I did it on centOS 4 x64 Running Plesk 9.2.1. Well, If you every come across the FastCGI issue with Plesk Apache and looking for a solution, I&#8217;m sure following could help you a lot. Problem occurs when you set-up a Domain to Run PHP [...]]]></description>
		<wfw:commentRss>http://www.bloodyerror.com/2009/07/plesk-9-2-1-fastcgi-apache-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP URL Validate using RegEx</title>
		<link>http://www.bloodyerror.com/2009/06/php-url-validate-using-regex/</link>
		<comments>http://www.bloodyerror.com/2009/06/php-url-validate-using-regex/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 20:24:01 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[URL validate]]></category>
		<category><![CDATA[URL validator]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=14</guid>
		<description><![CDATA[<p>After going through lots and lots of url validation scripts, I come across this wonderful and easy RegEx validation script works perfectly. This information has been posted in phpcentral by fqa. Amazingly author has also given detailed information for switching how a URL should be. For example, http://localhost is a VALID URL and you may [...]]]></description>
		<wfw:commentRss>http://www.bloodyerror.com/2009/06/php-url-validate-using-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

