<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "IIS 5.1, PHP 5 and Advanced Poll 2.3 - anyone experienced?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "IIS 5.1, PHP 5 and Advanced Poll 2.3 - anyone experienced?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>IIS 5.1, PHP 5 and Advanced Poll 2.3 - anyone experienced?</title>
				<description><![CDATA[ Hi do you have any experience using setting up advanced poll on IIS using PHP version 5. I'm using MySQL as the database. I've just recently installed the latest version of PHP and MySQL but I know they are working fine, so I'm wondering if it is something in the install.php code of Advanced poll 2.3 <br /> <br /> I get a message <br /> <br /> PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\polls\install.php on line 10 <br /> <br /> I think all the HTTP_*_VARS got depricated in PHP version 5. Even when I change them to things like $_SERVER['hhhhhh'] it still doesn't seem to work. Any ideas? <br /> <br /> thanks <br /> Michael Randall]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/10214.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/10214.php</link>
				<pubDate><![CDATA[Wed, 1 Sep 2004 17:05:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I changed the names of the variables and I also created a sqlite class. It works perfectly under PHP5. Did you check all the files?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/10324.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/10324.php</link>
				<pubDate><![CDATA[Thu, 9 Sep 2004 08:22:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: IIS 5.1, PHP 5 and Advanced Poll 2.3 - anyone experience</title>
				<description><![CDATA[ [quote="Mran66"]Hi do you have any experience using setting up advanced poll on IIS using PHP version 5. I'm using MySQL as the database. I've just recently installed the latest version of PHP and MySQL but I know they are working fine, so I'm wondering if it is something in the install.php code of Advanced poll 2.3 <br /> <br /> I get a message <br /> <br /> PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\polls\install.php on line 10 <br /> <br /> I think all the HTTP_*_VARS got depricated in PHP version 5. Even when I change them to things like $_SERVER['hhhhhh'] it still doesn't seem to work. Any ideas? <br /> <br /> thanks <br /> Michael Randall[/quote]<br /> <br /> -------------------------<br /> This works for me:<br /> <br /> php\php.ini<br />    register_long_arrays = on<br /> <br /> <br /> (this is default set to off in PHP5.)<br /> (HTTP_SERVER_VARS is a long array)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/10984.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/10984.php</link>
				<pubDate><![CDATA[Mon, 18 Oct 2004 02:15:47]]> GMT</pubDate>
				<author><![CDATA[ Bernt]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Or simply go back to PHP4. Given that most scripts are written for PHP4 I'd stick with it for the time being. Or edit your php.ini file as Bernt suggests.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/10986.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/10986.php</link>
				<pubDate><![CDATA[Mon, 18 Oct 2004 10:02:30]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Server migrated to php5, Guestbook not working.</title>
				<description><![CDATA[ My webhost just upgraded to php5. I'm excited about the new object oriented functions, but now the Guestbook won't add new entries.<br /> <br /> I'm new to php. Do I even have access to the php.ini file to change the long arrays default since it's on my webhost?  I don't think I do.<br /> <br /> What would I have to change in the script to make it work under php5?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/15878.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/15878.php</link>
				<pubDate><![CDATA[Fri, 29 Apr 2005 07:27:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just upgrade to version 2.3.2]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/15885.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/15885.php</link>
				<pubDate><![CDATA[Sat, 30 Apr 2005 16:16:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ PHP 5 does not support the old [b]HTTP_GET_VARS[/b] variable by default and most hosts seem to either forget to turn it on or don't even know it exists. This is why one of the first things I did when making the Lazarus Guestbook (my guestbook based upon Advanced Guestbook 2.3.x) was to change them all to the short forms such as [b]$_POST, $_FILES, $_COOKIES[/b] and what have you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/15886.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/15886.php</link>
				<pubDate><![CDATA[Sat, 30 Apr 2005 16:38:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Is there any chance there will be a release of Advanced Poll with those variables changed to work with PHP 5?  I'm not a PHP programmer, and my web host is not going to change register_long_arrays to on...<br /> <br /> Otherwise is there a tutorial anyone knows of with hints of how I can make the name replacements myself?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/20876.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/20876.php</link>
				<pubDate><![CDATA[Sat, 8 Jul 2006 21:07:17]]> GMT</pubDate>
				<author><![CDATA[ Michelle05]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Check the downloads. You will see a new test version available.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/20877.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/20877.php</link>
				<pubDate><![CDATA[Sat, 8 Jul 2006 22:36:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for the quick reply. I dl'd the version on the script.php page yesterday, and it doesn't seem to be the PHP 5 version (code has 2.0.4 in header, has HTTP_POST_VARS etc). Is there another download area on the site? Sorry to be dense.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/20879.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/20879.php</link>
				<pubDate><![CDATA[Sat, 8 Jul 2006 23:11:20]]> GMT</pubDate>
				<author><![CDATA[ Michelle05]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You could go through the files replacing the relevant part<br /> <br /> $HTTP_POST_VARS -&gt; $_POST<br /> $HTTP_GET_VARS -&gt; $_GET<br /> $HTTP_SERVER_VARS -&gt; $_SERVER<br /> $HTTP_COOKIE_VARS -&gt; $_COOKIE<br /> <br /> and the file one which I forget.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3558/20880.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3558/20880.php</link>
				<pubDate><![CDATA[Sat, 8 Jul 2006 23:56:04]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>