<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — PHP 5.3 compatibility ereg to preg_match]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3543&amp;type=atom" />
	<updated>2012-11-16T16:44:14Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3543</id>
		<entry>
			<title type="html"><![CDATA[Re: PHP 5.3 compatibility ereg to preg_match]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14290#p14290" />
			<content type="html"><![CDATA[<p>Thanks Janusz. That was fast. </p><p>Hope all the strings are in <strong>empty.po</strong> - there are many references to the string &quot;#&quot; - lines 211 to 244. It is probably a substitute for &quot;Sl.No.&quot; - Serial Number - in column headings in some or all the files listed.</p><p>The v2.4 alpha needs to get synched with the current default version.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-16T16:44:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14290#p14290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: PHP 5.3 compatibility ereg to preg_match]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14285#p14285" />
			<content type="html"><![CDATA[<p>Thanks for pointing this out. Fixed.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-11-16T14:53:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14285#p14285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PHP 5.3 compatibility ereg to preg_match]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14284#p14284" />
			<content type="html"><![CDATA[<p>Line <strong>3121</strong> in <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>may need to be changed to <strong>preg_match</strong> for PHP 5.3 compatibility.</p><p><a href="http://stackoverflow.com/questions/6270004/how-can-i-convert-ereg-expressions-to-preg-in-php">Reference</a></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-16T14:38:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14284#p14284</id>
		</entry>
</feed>
