<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>FastCGI Handler</title><link>http://forums.iis.net/1103.aspx</link><description>Questions related to the FastCGI handler shipping for IIS6</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1906671.aspx</link><pubDate>Thu, 11 Jun 2009 20:14:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906671</guid><dc:creator>JulienTLD</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906671.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1906671</wfw:commentRss><description>&lt;p&gt;Ok, good for the / escaping ;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Just a last question. How will I have to do if one or both of&amp;nbsp;these paths contain a space character ? I have tu use quotes I think but where to put them exactly? Do you consider this possibility in the RC release parser ?&lt;/p&gt;</description></item><item><title>Re: Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1906664.aspx</link><pubDate>Thu, 11 Jun 2009 19:03:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906664</guid><dc:creator>ruslany</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906664.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1906664</wfw:commentRss><description>&lt;p&gt;For the RC release you will need to escape the &amp;quot;;&amp;quot; symbol with forward slash, e.g.:&lt;/p&gt;
&lt;p&gt;Arguments=-d open_basedir=D:\www1\/;D:\www2\&lt;/p&gt;</description></item><item><title>Re: Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1905468.aspx</link><pubDate>Tue, 02 Jun 2009 17:18:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905468</guid><dc:creator>JulienTLD</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905468.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1905468</wfw:commentRss><description>&lt;p&gt;Thanks for your answer ruslany. I will so wait for the RC release.&lt;/p&gt;
&lt;p&gt;Could you just say me which of my quotes exemples will be the good choice in the RC release&amp;nbsp;? A pair of quotes for each directory? A global pair of quotes? etc...&lt;/p&gt;
&lt;p&gt;Thanks for your job in&amp;nbsp;PHP improvement under Windows !&lt;/p&gt;</description></item><item><title>Re: Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1905465.aspx</link><pubDate>Tue, 02 Jun 2009 17:06:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905465</guid><dc:creator>ruslany</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905465.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1905465</wfw:commentRss><description>&lt;p&gt;This is a bug in the fastcgi extension logic&amp;nbsp;for parsing&amp;nbsp;the arguments string. This will be fixed in the upcoming RC release of FastCGI Extension 1.5 (this summer).&lt;/p&gt;</description></item><item><title>Re: Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1905464.aspx</link><pubDate>Tue, 02 Jun 2009 16:58:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905464</guid><dc:creator>JulienTLD</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905464.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1905464</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Just a little UP ;)&lt;/p&gt;
&lt;p&gt;Nobody knows How to&amp;nbsp;set multiple open_basedir directories on the Arguments line of fcgiext.ini ?&lt;/p&gt;</description></item><item><title>Problem to pass arguments to the php-cgi.exe</title><link>http://forums.iis.net/thread/1903374.aspx</link><pubDate>Mon, 11 May 2009 17:50:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903374</guid><dc:creator>JulienTLD</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1903374.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1903374</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;On an IIS 6.0 server + FastCGI 1.0 Handler + PHP 5.2.9, I would like to define the PHP open_basedir directive for each web site (without using different php.ini files).&lt;/p&gt;
&lt;p&gt;I do that in the fcgiext.ini file and it&amp;#39;s run fine with the following&amp;nbsp;config :&lt;/p&gt;
&lt;p&gt;ExePath=C:\php\php-cgi.exe&lt;br /&gt;Arguments=-d open_basedir=&amp;quot;D:\www1\&amp;quot;&lt;/p&gt;
&lt;p&gt;The problem is that I want in fact to define two directories in the open_basedir directive. I tried the four following configs of quotes without success :&lt;/p&gt;
&lt;p&gt;Arguments=-d open_basedir=D:\www1\;D:\www2\&lt;/p&gt;
&lt;p&gt;Arguments=-d open_basedir=&amp;quot;D:\www1\;D:\www2\&amp;quot;&lt;/p&gt;
&lt;p&gt;Arguments=&amp;quot;-d open_basedir=D:\www1\;D:\www2\&amp;quot;&lt;/p&gt;
&lt;p&gt;Arguments=&amp;quot;-d open_basedir=\&amp;quot;D:\www1\;D:\www2\\&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;If I use the directive open_basedir=&amp;quot;D:\www1\;D:\www2\&amp;quot; in my php.ini file, there is no problem. So I think that it is only a syntax problem in my Arguments line or a fcgiext.ini parsing problem.&lt;/p&gt;
&lt;p&gt;Could you say me what is wrong in my Arguments line?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;An other question, How can I do if I have a space in the&amp;nbsp;paths. Is there an escape character to escape quotes?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>