<?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>strictlyPHP &#187; apache</title>
	<atom:link href="http://www.strictlyphp.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strictlyphp.com/blog</link>
	<description>web development &#38; web analytics</description>
	<lastBuildDate>Tue, 08 Mar 2011 10:47:29 +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>Zend Server, a first impression</title>
		<link>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/</link>
		<comments>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:31:26 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=1110</guid>
		<description><![CDATA[I finally tried Zend Server Community Edition as a replacement of WampServer (or XAMPP) for local development. While Zend Server proposes to be the perfect solution for any environment, I specifically tried it as a development stack on Windows machines. The use and usefulness of course completely differ in any other scenario. First of all [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1113" style="border-width: 0;" title="Zend Server" src="http://www.strictlyphp.com/blog/wp-content/uploads/2009/09/download-box-server.gif" alt="Zend Server" width="107" height="130" /></p>
<p><em>I finally tried  <a href="http://www.zend.com/products/server-ce/downloads" target="_blank">Zend Server Community Edition</a> as a replacement of <a href="http://www.wampserver.com/en/" target="_blank">WampServer</a> (or XAMPP) for local development.</em></p>
<p>While Zend Server proposes to be the perfect solution for any environment, I specifically tried it <strong>as a development stack on Windows machines</strong>. The use and usefulness of course completely differ in any other scenario.</p>
<p>First of all (and of great importance if you ask me): it is <strong>clean, simple and easy to use</strong> from A to Z. The installer provides the right options but not too many, the dashboard (control panel) is slick and provides quick access to settings you don&#8217;t often find in any other &#8220;server packages&#8221; and last but not least it performs much better due to the use of FastCGI on Windows.</p>
<p>2 less-frequently used features I missed though:</p>
<ul>
<li>A way to set up VirtualHosts in the dashboard.</li>
<li>A WampServer-like way to switch between PHP (and in a lesser extend Apache) versions.</li>
</ul>
<p>In total, the fine packaging almost got me convinced to replace WampServer.</p>
<p>Almost&#8230; because the choice for FastCGI on Windows also has <strong>one major disadvantage</strong>: you cannot <a href="http://forums.zend.com/viewtopic.php?f=8&amp;t=459" target="_blank">use php_value settings inside your Apache/VirtualHost configuration</a>. I especially like this since it avoids setting include_path, display_errors, upload_max_filesize and the like inside your scripts or .htaccess (which in some setups causes it to be parsed at every request).<br />
Doing this in Zend Server on another platform isn&#8217;t a problem, since they use the PHP Apache module instead of CGI but that means you do not have similar environments and that is the complete opposite of what we want.</p>
<p>So it ended with a deinstallation. On the other hand: I can really see the benefit of this package for live/production environments. With it&#8217;s included optimization tools it takes a lot of configuration hassle away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

