<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — FA Unstable v2.4 - uses deprecated ereg()]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3757&amp;type=atom" />
	<updated>2013-01-17T13:32:19Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3757</id>
		<entry>
			<title type="html"><![CDATA[Re: FA Unstable v2.4 - uses deprecated ereg()]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15102#p15102" />
			<content type="html"><![CDATA[<p>Thanks Joe, <a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/rev/7ddb5d3089b1">Mercurial Changeset 3143</a> fixed it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-17T13:32:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15102#p15102</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[FA Unstable v2.4 - uses deprecated ereg()]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15081#p15081" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-16T10:47:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15081#p15081</id>
		</entry>
</feed>
