<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: MachForm does not support latest version of PHP well?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: MachForm does not support latest version of PHP well?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 02:03:26 +0000</pubDate>

<item>
<title>AMurray on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-17785</link>
<pubDate>Wed, 27 Mar 2013 05:29:26 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">17785@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is this PHP.ini on your live server?  Perhaps only your host admin can change it - not all hosts allow users to change php.ini. &#60;/p&#62;
&#60;p&#62;Those two lines can't be all that's in your php.ini file; there should be a lot more there.   I would say there's probably a &#34;global&#34; php.ini (probably more applicable to shared hosting) that's over-riding your setting.&#60;/p&#62;
&#60;p&#62;Suggest you ask your host about this.
&#60;/p&#62;</description>
</item>
<item>
<title>MarioCipriano on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-17783</link>
<pubDate>Wed, 27 Mar 2013 00:22:12 +0000</pubDate>
<dc:creator>MarioCipriano</dc:creator>
<guid isPermaLink="false">17783@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a particular place I should place this file? &#60;/p&#62;
&#60;p&#62;Exact contents of my new php.ini file:&#60;/p&#62;
&#60;p&#62;error_reporting = E_ALL &#38;#38; ~E_DEPRECATED&#60;br /&#62;
date.timezone =  &#34;America/New_York&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>MarioCipriano on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-17782</link>
<pubDate>Wed, 27 Mar 2013 00:17:25 +0000</pubDate>
<dc:creator>MarioCipriano</dc:creator>
<guid isPermaLink="false">17782@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, I had no php.ini I created one and place both the lines you suggested and I am still getting the error both on the website and in the admin panel for Mach forms. &#60;/p&#62;
&#60;p&#62;Strict Standards: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /homepages/37/d276009229/htdocs/MachForms/includes/helper-functions.php on line 38&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>kahwee on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-7330</link>
<pubDate>Thu, 17 Sep 2009 10:01:20 +0000</pubDate>
<dc:creator>kahwee</dc:creator>
<guid isPermaLink="false">7330@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for your reply. The settings are for the development environment and I installed PHP 5.3 hence the reported deprecations. The live server doesn't show the warnings but I thought it would be better if MachForm can support it out of the box (or zip).&#60;/p&#62;
&#60;p&#62;Thanks for pointing out the timezone setting. :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-7226</link>
<pubDate>Mon, 07 Sep 2009 14:45:50 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7226@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi kahwee,&#60;/p&#62;
&#60;p&#62;Thanks for the report.&#60;/p&#62;
&#60;p&#62;Those &#34;deprecated&#34; message aren't error actually. It's more of a warning that certain syntax won't be available anymore in the future version of PHP.&#60;/p&#62;
&#60;p&#62;If you are just installing PHP5, I believe you'll need to adjust your php.ini file to use the production setting, as recommended by PHP development team.&#60;/p&#62;
&#60;p&#62;Change the error_reporting value in your php.ini file to become like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;error_reporting = E_ALL &#38;#38; ~E_DEPRECATED&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That is the recommended setting advised by PHP team for production server, which should solve the &#34;deprecated&#34; message for now.&#60;/p&#62;
&#60;p&#62;However, we'll be investigating the whole code and make sure it will be working fine for future version of PHP, even without setting the &#34;error_reporting&#34; value like above.&#60;br /&#62;
This should be included within the next update release soon.&#60;/p&#62;
&#60;p&#62;Regarding the strtotime() error message, this is not compatibility issue, but your php.ini file is missing the timezone setting. In your case, edit your php.ini and make sure you have this value being set:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;date.timezone =  &#38;quot;Asia/Singapore&#38;quot;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>kahwee on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-7223</link>
<pubDate>Sun, 06 Sep 2009 17:58:33 +0000</pubDate>
<dc:creator>kahwee</dc:creator>
<guid isPermaLink="false">7223@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The warning on strtotime is as follows:&#60;/p&#62;
&#60;p&#62;Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Singapore' for 'SGT/8.0/no DST' instead in /Users/kahwee/machform/includes/helper-functions.php on line 38&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>kahwee on "MachForm does not support latest version of PHP well?"</title>
<link>https://www.machform.com/forums/topic/machform-does-not-support-latest-version-of-php-well#post-7222</link>
<pubDate>Sun, 06 Sep 2009 17:54:03 +0000</pubDate>
<dc:creator>kahwee</dc:creator>
<guid isPermaLink="false">7222@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;PHP 5.3 is out and installed in my computer. However it appears that MachForm does not support it well and has been throwing out deprecation warnings such as the following:&#60;/p&#62;
&#60;p&#62;Deprecated: Assigning the return value of new by reference is deprecated in /Users/kahwee/machform/includes/view-functions.php on line 1561&#60;/p&#62;
&#60;p&#62;There is another notice regarding strtotime. &#60;/p&#62;
&#60;p&#62;To reproduce this, just use PHP 5.3.&#60;/p&#62;
&#60;p&#62;While it is always possible to fix this by changing the syntax, this method appears to be a little hackish. It would make it harder to upgrade to newer releases of MachForm.&#60;/p&#62;
&#60;p&#62;Can we expect an update for PHP 5.3 users? Or is that not in the plan for MachForm.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
