<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — FA Unstable v2.4 - uses deprecated ereg()]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3757</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3757&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FA Unstable v2.4 - uses deprecated ereg().]]></description>
		<lastBuildDate>Thu, 17 Jan 2013 13:32:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FA Unstable v2.4 - uses deprecated ereg()]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15102#p15102</link>
			<description><![CDATA[<p>Thanks Joe, <a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/rev/7ddb5d3089b1">Mercurial Changeset 3143</a> fixed it.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 17 Jan 2013 13:32:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15102#p15102</guid>
		</item>
		<item>
			<title><![CDATA[FA Unstable v2.4 - uses deprecated ereg()]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15081#p15081</link>
			<description><![CDATA[<p>Whilst the stable v2.3.x code seems to have been following the <a href="http://php.net/manual/en/migration53.deprecated.php">PHP 5.3 standards</a> in some places, the Unstable v2.4 seems to be lagging - example the file:<br />Line 3121 <strong>reporting/includes/Workbook.php</strong>:<br /></p><div class="codebox"><pre><code>if (ereg(&quot;^\&quot;[^\&quot;]{0,255}\&quot;$&quot;, $this-&gt;_current_token)) {</code></pre></div><p>should follow the stable version and be:<br /></p><div class="codebox"><pre><code>if (preg_match(&quot;/^\&quot;[^\&quot;]{0,255}\&quot;$/&quot;, $this-&gt;_current_token)) {</code></pre></div><p>The above is the only instance of the leftover <strong>ereg</strong> function.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 16 Jan 2013 10:47:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15081#p15081</guid>
		</item>
	</channel>
</rss>
