<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: set php allow_call_time_pass_reference in .htaccess</title>
	<atom:link href="http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Wed, 25 Aug 2010 02:49:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-67</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-67</guid>
		<description>&lt;a href=&quot;#comment-115247&quot; rel=&quot;nofollow&quot;&gt;@Hermes&lt;/a&gt;
Thanks Hermes, I updated the page to indicate that it may be one or the other.</description>
		<content:encoded><![CDATA[<p><a href="#comment-115247" rel="nofollow">@Hermes</a><br />
Thanks Hermes, I updated the page to indicate that it may be one or the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hermes</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-66</link>
		<dc:creator>Hermes</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-66</guid>
		<description>Oh! Important note about my comment above: I was modifying the vhost.conf file of a site on a Plesk installation rather than an .htaccess file, if that perhaps makes any difference.</description>
		<content:encoded><![CDATA[<p>Oh! Important note about my comment above: I was modifying the vhost.conf file of a site on a Plesk installation rather than an .htaccess file, if that perhaps makes any difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hermes</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-65</link>
		<dc:creator>Hermes</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-65</guid>
		<description>FYI I tried using the string above:
php_flag allow_call_time_pass_reference 1

And it did not work for me. I had to use:
php_flag allow_call_time_pass_reference on

This is with PHP Version 5.1.6</description>
		<content:encoded><![CDATA[<p>FYI I tried using the string above:<br />
php_flag allow_call_time_pass_reference 1</p>
<p>And it did not work for me. I had to use:<br />
php_flag allow_call_time_pass_reference on</p>
<p>This is with PHP Version 5.1.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-64</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-64</guid>
		<description>Hey Hassan, your host server is probably not set to allow php settings in .htaccess.  I would check with support for your host provider or if it&#039;s your own server, check the forums for whatever OS you are using.</description>
		<content:encoded><![CDATA[<p>Hey Hassan, your host server is probably not set to allow php settings in .htaccess.  I would check with support for your host provider or if it&#8217;s your own server, check the forums for whatever OS you are using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan Masood</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-63</link>
		<dc:creator>Hassan Masood</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-63</guid>
		<description>What to write in the HTaccess file other than that
&#039; php_flag allow_call_time_pass_reference 1 &#039;

because when i create a htaccess file ... i get at 404 page....

Thanks
Hassan</description>
		<content:encoded><![CDATA[<p>What to write in the HTaccess file other than that<br />
&#8216; php_flag allow_call_time_pass_reference 1 &#8216;</p>
<p>because when i create a htaccess file &#8230; i get at 404 page&#8230;.</p>
<p>Thanks<br />
Hassan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj.luiting</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-62</link>
		<dc:creator>dj.luiting</dc:creator>
		<pubDate>Thu, 01 May 2008 11:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-62</guid>
		<description>i was doing an install of another program, that said i needed this option. luckily i found your post after some google-ing.
i first tried
allow_call_time_pass_reference 1
without php_flag at the beginning
that didnt work
thanks!</description>
		<content:encoded><![CDATA[<p>i was doing an install of another program, that said i needed this option. luckily i found your post after some google-ing.<br />
i first tried<br />
allow_call_time_pass_reference 1<br />
without php_flag at the beginning<br />
that didnt work<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanguis</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-61</link>
		<dc:creator>sanguis</dc:creator>
		<pubDate>Wed, 12 Dec 2007 20:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-61</guid>
		<description>didn&#039;t work for me but I bet there is a good reason for that.</description>
		<content:encoded><![CDATA[<p>didn&#8217;t work for me but I bet there is a good reason for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Donat</title>
		<link>http://verysimple.com/2006/03/30/set-php-allow_call_time_pass_reference-in-htaccess/#comment-60</link>
		<dc:creator>Jesse Donat</dc:creator>
		<pubDate>Mon, 17 Sep 2007 16:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=48#comment-60</guid>
		<description>You just saved me some time! Thanks.</description>
		<content:encoded><![CDATA[<p>You just saved me some time! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
