<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Parallel Instances of PHP on Windows</title>
	<atom:link href="http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/</link>
	<description>by Andrew Johnstone</description>
	<pubDate>Wed, 07 Jan 2009 00:27:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Development, Analysis And Research &#187; MySQL Install multiple instances</title>
		<link>http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/#comment-599</link>
		<dc:creator>Development, Analysis And Research &#187; MySQL Install multiple instances</dc:creator>
		<pubDate>Tue, 20 Dec 2005 22:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/?p=6#comment-599</guid>
		<description>[...] For more on configuring windows see the following&#8230; Parallel Instances of PHP on Windows Apache &#38; IIS Multiple Address on Port 80 [...]</description>
		<content:encoded><![CDATA[<p>[...] For more on configuring windows see the following&#8230; Parallel Instances of PHP on Windows Apache &#38; IIS Multiple Address on Port 80 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew M. Johnstone</title>
		<link>http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/#comment-5</link>
		<dc:creator>Andrew M. Johnstone</dc:creator>
		<pubDate>Mon, 14 Mar 2005 21:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/?p=6#comment-5</guid>
		<description>Pointer: 
&lt;a href="http://neo.dzygn.com/archive/2004/07/switching-php" title="Switching PHP" rel="PHP5" /&gt;Switching PHP
Also defining the location of the php.ini file can now be set via... 

&lt;code style="width:400px;overflow:auto;"&gt;
&lt;em&gt;# configure the path to php.ini&lt;/em&gt;
&lt;strong&gt;PHPIniDir "C:/php"&lt;/strong&gt;
or
&lt;em&gt;# specify the directory where php.ini is&lt;/em&gt;
&lt;strong&gt;SetEnv PHPRC C:/php&lt;/strong&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Pointer:<br />
<a href="http://neo.dzygn.com/archive/2004/07/switching-php" title="Switching PHP" rel="PHP5" />Switching PHP<br />
Also defining the location of the php.ini file can now be set via&#8230; </p>
<p><code style="width:400px;overflow:auto;"><br />
<em># configure the path to php.ini</em><br />
<strong>PHPIniDir &#8220;C:/php&#8221;</strong><br />
or<br />
<em># specify the directory where php.ini is</em><br />
<strong>SetEnv PHPRC C:/php</strong><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/#comment-4</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Mon, 14 Mar 2005 21:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/?p=6#comment-4</guid>
		<description>Hi,
to have PHP 5.0.0 and PHP 4.3.8 on the same Windows server, use WAMP5 :

http://www.en.wampserver.com

It comes with PHP 5.0.0 and an add-on installs PHP 4.3.8 and lets you switch from one to another...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
to have PHP 5.0.0 and PHP 4.3.8 on the same Windows server, use WAMP5 :</p>
<p><a href="http://www.en.wampserver.com" rel="nofollow">http://www.en.wampserver.com</a></p>
<p>It comes with PHP 5.0.0 and an add-on installs PHP 4.3.8 and lets you switch from one to another&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://www.ajohnstone.com/archives/parallel-instances-of-acronym-titlehypertext-preprocessorphpacronym-on-windows/#comment-3</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Mon, 14 Mar 2005 21:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/?p=6#comment-3</guid>
		<description>Hi,
i'm trying to reproduce your install. Have installed apache 1.3.31 and PHP 5.0.0 for the moment. I have put a php.ini file in my PHP5 directory. When I launch the service, everything seams to work fine but if I look a phpinfo(), i can see that the php.ini file is not loaded, all values are default. I've tried putting the php.ini in the apache directory or in the windows directory and both work. So it seams putting the php.ini files in the PHP directory is not possible anymore, and so this type of install can't be done :(
Tried to find another solution but didn't find yet...still searching ;-)

Romain</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i&#8217;m trying to reproduce your install. Have installed apache 1.3.31 and PHP 5.0.0 for the moment. I have put a php.ini file in my PHP5 directory. When I launch the service, everything seams to work fine but if I look a phpinfo(), i can see that the php.ini file is not loaded, all values are default. I&#8217;ve tried putting the php.ini in the apache directory or in the windows directory and both work. So it seams putting the php.ini files in the PHP directory is not possible anymore, and so this type of install can&#8217;t be done <img src='http://www.ajohnstone.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Tried to find another solution but didn&#8217;t find yet&#8230;still searching <img src='http://www.ajohnstone.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Romain</p>
]]></content:encoded>
	</item>
</channel>
</rss>
