<?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>gHacks technology news &#187; php testing</title>
	<atom:link href="http://www.ghacks.net/tag/php-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +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>Quick PHP Testing And Debugging Server</title>
		<link>http://www.ghacks.net/2008/07/28/quick-php-testing-and-debugging-server/</link>
		<comments>http://www.ghacks.net/2008/07/28/quick-php-testing-and-debugging-server/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:12:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php debugging]]></category>
		<category><![CDATA[php server]]></category>
		<category><![CDATA[php testing]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5660</guid>
		<description><![CDATA[HTML websites can be easily tested and debugged locally because no additional software but a text editor and a web browser are needed to do just that. Things change when you turn to PHP because PHP requires a web server that executes the php commands and returns the html code of the website.
I have detailed [...]]]></description>
			<content:encoded><![CDATA[<p>HTML websites can be easily tested and debugged locally because no additional software but a text editor and a web browser are needed to do just that. Things change when you turn to PHP because PHP requires a web server that executes the php commands and returns the html code of the website.</p>
<p>I have detailed the process of installing and running a local Apache <a href="http://www.ghacks.net/2007/01/31/host-your-own-webserver/">web server</a> before but this method puts some strain on the system and is probably an overkill for a quick test run to see that the scripts are working correctly.</p>
<p><a href="http://www.zachsaw.co.cc/?pg=quickphp_php_tester_debugger">Quick PHP</a> provides an answer. It is a standalone portable web server that does not require the installation of additional packages in its core version. The software creates a server that has a root directory that can be specified and a local port that has to be used to load the php scripts.</p>
<p><span id="more-5660"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/quick_php_web_server.jpg" alt="quick php web server" title="quick php web server" width="352" height="369" class="alignnone size-medium wp-image-5661" /></p>
<p>The core version can be extended to include PHP extensions for MySQL support with PHP.ini or can even be placed in the php installation folder that can be downloaded from the official <a href="http://php.net/">php</a> website.</p>
<p>Quick PHP is portable which makes it an ideal candidate for an USB Stick. The only requirements are an Internet Browser and either Windows 2000, Windows XP or Windows Vista.</p>

	Tags: <a href="http://www.ghacks.net/tag/php/" title="php" rel="tag">php</a>, <a href="http://www.ghacks.net/tag/php-debugging/" title="php debugging" rel="tag">php debugging</a>, <a href="http://www.ghacks.net/tag/php-server/" title="php server" rel="tag">php server</a>, <a href="http://www.ghacks.net/tag/php-testing/" title="php testing" rel="tag">php testing</a>, <a href="http://www.ghacks.net/tag/web-server/" title="web server" rel="tag">web server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/28/portable-web-server/" title="Portable Web Server (December 28, 2008)">Portable Web Server</a> (8)</li>
	<li><a href="http://www.ghacks.net/2007/01/31/host-your-own-webserver/" title="Host your own webserver (January 31, 2007)">Host your own webserver</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/03/29/wordpress-template-tags-you-should-know/" title="Wordpress template tags you should know (March 29, 2009)">Wordpress template tags you should know</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/23/web-server-migration-today/" title="Web Server Migration Today (July 23, 2009)">Web Server Migration Today</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/web-development-standardizing-variables-to-code-faster/" title="Web Development: Standardizing variables to code faster (January 2, 2009)">Web Development: Standardizing variables to code faster</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/28/quick-php-testing-and-debugging-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
