<?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>Gray.me.uk - Tech and Linux Blog &#187; php</title>
	<atom:link href="http://www.gray.me.uk/tags/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gray.me.uk</link>
	<description>Wandering tech guy</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:50:44 +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>Upgrading to php 5.3 in Centos 5.6</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-3-in-centos-5-6</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-3-in-centos-5-6#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:18:46 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Centos 5.6]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=1143</guid>
		<description><![CDATA[Very simple to use repository at Atomic Corp. Thanks guys http://www6.atomicorp.com/channels/atomic/]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-3-in-centos-5-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>switch off open_basedir across all domains in a plesk server</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/switch-off-open_basedir-across-all-domains-in-a-plesk-server</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/switch-off-open_basedir-across-all-domains-in-a-plesk-server#comments</comments>
		<pubDate>Fri, 10 Jun 2011 14:37:38 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[switch off]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=1118</guid>
		<description><![CDATA[I have a client who wants to turn off open_basedir as he using cross domain includes.  I have recommend against doing this for security reason but he has insisted. I was initially looking at modifying the ./conf/vhost.conf file for each domain and adding the open_basedir config but found a quicker way. add a file called. [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/switch-off-open_basedir-across-all-domains-in-a-plesk-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy database CRUD class with Ajax support</title>
		<link>http://www.gray.me.uk/php/handy-database-crud-class-with-ajax-support</link>
		<comments>http://www.gray.me.uk/php/handy-database-crud-class-with-ajax-support#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:42:12 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=886</guid>
		<description><![CDATA[http://www.ajaxcrud.com/ Looks good so far.  I am trying it out on a personal site and will post more.]]></description>
		<wfw:commentRss>http://www.gray.me.uk/php/handy-database-crud-class-with-ajax-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache, MySQL, PHP, Zend Framework and Eclipse PDT on a Windows 7 Box</title>
		<link>http://www.gray.me.uk/php/installing-apache-mysql-php-zend-framework-and-eclipse-pdt-on-a-windows-7-box</link>
		<comments>http://www.gray.me.uk/php/installing-apache-mysql-php-zend-framework-and-eclipse-pdt-on-a-windows-7-box#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:28:39 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse PDT]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Zend FrameWork]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=803</guid>
		<description><![CDATA[Introduction Here is the step by step instructions for installing Eclipse PDT, Zend Community Edition, Zend FrameWork and getting it all working. Goal To have a full install of Apache, PHP, MySQL, Eclipse PDT, XDebug and Zend Framework. The software will be installed to the standard place in a windows install (windows 7) and the [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/php/installing-apache-mysql-php-zend-framework-and-eclipse-pdt-on-a-windows-7-box/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handy Little Development Server</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/handy-little-development-server</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/handy-little-development-server#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:06:44 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=723</guid>
		<description><![CDATA[As I am forced to use a Windows machine for my desktop for support purposes and I develop purely for Linux I have been in a non optimal situation. I have tried using a remote server, an emulated server running VirtualBox , Dual Booting and using a windows based WAMP stack.  Each of these have [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/handy-little-development-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Development Software</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/php-development-software</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/php-development-software#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:59:17 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHPED]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=185</guid>
		<description><![CDATA[I have been asked a few times about the development software I use and after my last post I thought I would give you a list of what I find most effective. PHPEd is a very nice IDE, it has a few niggles but on the whole I find it far superior to the others [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/php-development-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Development Project &#8211; three clicks away.</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/new-development-project-three-clicks-away</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/new-development-project-three-clicks-away#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:49:38 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[three clicks away]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=181</guid>
		<description><![CDATA[I have just been given the contract to write a domain management system for a hosting provider. It is an interesting project because they have specified it really really well for a change. There are the usual parameters such as naming conventions, modules required etc etc but the details for the user interface are very [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/new-development-project-three-clicks-away/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

