<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Fixed deprecated each() function in PHP 7.2]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7778</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7778&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Fixed deprecated each() function in PHP 7.2.]]></description>
		<lastBuildDate>Fri, 26 Oct 2018 07:19:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Fixed deprecated each() function in PHP 7.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33052#p33052</link>
			<description><![CDATA[<p>This has been committed. The fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/reporting/includes/fpdi/fpdi.php">here</a>.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 26 Oct 2018 07:19:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33052#p33052</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fixed deprecated each() function in PHP 7.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33047#p33047</link>
			<description><![CDATA[<p>Please do the same for fpdi/fpdi.php</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 26 Oct 2018 02:35:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33047#p33047</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fixed deprecated each() function in PHP 7.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33033#p33033</link>
			<description><![CDATA[<p>This has now been committed to stable. Fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/reporting/includes/tcpdf.php">here</a>.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 25 Oct 2018 18:12:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33033#p33033</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fixed deprecated each() function in PHP 7.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33026#p33026</link>
			<description><![CDATA[<p>Thanks @notrinos. Will commit this later.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 25 Oct 2018 16:13:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33026#p33026</guid>
		</item>
		<item>
			<title><![CDATA[Fixed deprecated each() function in PHP 7.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33023#p33023</link>
			<description><![CDATA[<p>The using function each() in tcpdf.php is deprecated since php7.2</p><p>tcpdf.php need to be modified:</p><p><strong>line: 4693</strong><br /></p><div class="codebox"><pre><code>while (list($file, $info) = each($this-&gt;images)) </code></pre></div><p>to be<br /></p><div class="codebox"><pre><code>foreach ($this-&gt;images as $file =&gt; $info) </code></pre></div><p><strong>line: 7768</strong><br /></p><div class="codebox"><pre><code>while (list($key, $val) = each($prop)) </code></pre></div><p>to be<br /></p><div class="codebox"><pre><code>foreach ($prop as $key =&gt; $val) </code></pre></div><p><strong>line: 9242</strong><br /></p><div class="codebox"><pre><code>while (list($id, $name) = each($attr_array[1])) </code></pre></div><p>to be<br /></p><div class="codebox"><pre><code>foreach ($attr_array[1] as $id =&gt; $name) </code></pre></div><p><strong>line: 9250</strong><br /></p><div class="codebox"><pre><code>while (list($id, $name) = each($style_array[1])) </code></pre></div><p>to be<br /></p><div class="codebox"><pre><code>foreach ($style_array[1] as $id =&gt; $name) </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Thu, 25 Oct 2018 14:19:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33023#p33023</guid>
		</item>
	</channel>
</rss>
