<?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>A Problem Shared . . . &#187; WAMP</title>
	<atom:link href="http://www.moorlandit.net/index.php/tag/wamp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.moorlandit.net</link>
	<description>A blog of problems . . . and solutions</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apache/WAMP slow on Windows 7</title>
		<link>http://www.moorlandit.net/index.php/2009/10/apachewamp-slow-on-windows-7-106?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apachewamp-slow-on-windows-7</link>
		<comments>http://www.moorlandit.net/index.php/2009/10/apachewamp-slow-on-windows-7-106#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:56:34 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.moorlandit.net/?p=106</guid>
		<description><![CDATA[We&#8217;ve just upgraded two PCs to Windows 7. Everything went well and there&#8217;s no issues with drivers or speed in general until we install WAMP on one of them. After installing WAMP the PC was still running at normal speed with WAMP running but whenever we tried to access a simple website we had set [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just upgraded two PCs to Windows 7. Everything went well and there&#8217;s no issues with drivers or speed in general until we install WAMP on one of them.</p>
<p>After installing WAMP the PC was still running at normal speed with WAMP running but whenever we tried to access a simple website we had set up there was a 4 or 5 second lag before the page was displayed.</p>
<p>We were using a simple html file to test it with so that ruled out there being a problem with PHP or MySQL in WAMP so it was just Apache that were were finding slow to access &#8211; either locally or through the other Windows 7 PC.</p>
<p>I thought it may be Windows firewall and when I shut the firewall down then requests to Apache speeded up to normal speed. Obviously running with the firewall down isn&#8217;t ideal so I thought it might be related to a problem I had using <a href="http://www.moorlandit.net/index.php/2009/05/accessing-localhost-on-vistawindows-7-96">localhost on Vista</a>.</p>
<p>Eventually I found disabling IPv6 on the WAMP PC&#8217;s network adapter fixed the problems. We don&#8217;t need to run IPv6 and running both IPv4 and IPv6 along with Windows firewall and Apache must cause a bottleneck somewhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorlandit.net/index.php/2009/10/apachewamp-slow-on-windows-7-106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Settings on WAMP server</title>
		<link>http://www.moorlandit.net/index.php/2008/08/php-settings-on-wamp-server-19?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-settings-on-wamp-server</link>
		<comments>http://www.moorlandit.net/index.php/2008/08/php-settings-on-wamp-server-19#comments</comments>
		<pubDate>Mon, 11 Aug 2008 14:03:32 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.moorlandit.net/?p=19</guid>
		<description><![CDATA[Problem: We had a PHP/MySQL website which worked fine on the production server but on the testing server running WAMP (Windows-Apache-MySQL-PHP) certain dynamic pages gave us this error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8221; at [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>We had a PHP/MySQL website which worked fine on the production server but on the testing server running WAMP (Windows-Apache-MySQL-PHP) certain dynamic pages gave us this error:</p>
<p><em><span style="color: #000080;">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8221; at line 1</span></em></p>
<p><span style="color: #000000;">W</span>e double checked the code and everything looked fine so figured it must be a PHP/MySQL setting on the WAMP server.</p>
<p> </p>
<p><strong>Solution:</strong></p>
<p>Seems that register_long_arrays was not enabled in the PHP settings on the WAMP server. As soon as we enabled them it worked perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorlandit.net/index.php/2008/08/php-settings-on-wamp-server-19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
