<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/phpwiki/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/phpwiki/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 28 Mar 2020 12:12:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpwiki/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>call_user_func passes args by value</title><link>https://sourceforge.net/p/phpwiki/patches/171/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;code&gt;call_user_func&lt;/code&gt; passes arguments by value, so callees shouldn't expect by-reference parameter passing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sat, 28 Mar 2020 12:12:27 -0000</pubDate><guid>https://sourceforge.netc7866fa22640d012b2fc2c4e4f2220ab3a4b5e15</guid></item><item><title>fix dba _has_links</title><link>https://sourceforge.net/p/phpwiki/patches/170/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;dba &lt;code&gt;_has_link&lt;/code&gt; needs to work for both forward and backlinks (only backlinks are actually sorted, and backlinks are a plain array). Performance isn't critical as it's only used from dba check.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sat, 28 Mar 2020 12:11:06 -0000</pubDate><guid>https://sourceforge.netfce50036633204607e4c83b40ae19510092c0cd6</guid></item><item><title>inherit functions with same signatures </title><link>https://sourceforge.net/p/phpwiki/patches/169/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;make sure overriden functions have same signatures (and default arguments) as in base class&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sun, 22 Mar 2020 13:00:26 -0000</pubDate><guid>https://sourceforge.net23cef395f0857276bf1c954e3372ee81318f43d6</guid></item><item><title>delete temporary file</title><link>https://sourceforge.net/p/phpwiki/patches/168/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;delete temporary file&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sun, 22 Mar 2020 12:55:55 -0000</pubDate><guid>https://sourceforge.net4312461e44acb123eb24963ff533d890abb6cd6b</guid></item><item><title>replace deprecated "each"</title><link>https://sourceforge.net/p/phpwiki/patches/167/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;not entirely sure all of these are being used in my set up&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sun, 22 Mar 2020 11:47:55 -0000</pubDate><guid>https://sourceforge.netb39c4240828a68385e71911589e30a62d055d853</guid></item><item><title>fix dba session storage for IPv6 addresses</title><link>https://sourceforge.net/p/phpwiki/patches/166/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;IPv6 addresses are separated by ":", so a different separator is needed to separate fields in dba storage.&lt;/p&gt;
&lt;p&gt;also fixed gc functionality to not use "nextkey" on a deleted item&lt;/p&gt;
&lt;p&gt;also added "optimize" after deleting old entries&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sun, 22 Mar 2020 11:42:28 -0000</pubDate><guid>https://sourceforge.netff1a0ddcac944b78c8014867c51e7f868666603d</guid></item><item><title>fix returns for dba session API</title><link>https://sourceforge.net/p/phpwiki/patches/165/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;fix returns for dba session API&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christof Meerwald</dc:creator><pubDate>Sun, 22 Mar 2020 11:40:25 -0000</pubDate><guid>https://sourceforge.net4e94b33ee526fc1f14a207d72322e1d0f1bc88d7</guid></item><item><title>#164 Fix for PDO backend issues</title><link>https://sourceforge.net/p/phpwiki/patches/164/?limit=25#8aef/3b5c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Marc-Étienne,&lt;/p&gt;
&lt;p&gt;Yes, I have the HEAD of trunk running locally, with my patch; I haven't tried any specific version.  I run php7, so I also had to make other changes to get it to work – but on php 5.x, it seems to work ok with just this patch.&lt;/p&gt;
&lt;p&gt;I have issues with the time it takes to re-upload a dump of my old wiki, but that's not related to the backend, it seems.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br/&gt;
Sébastien.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sébastien Le Callonnec</dc:creator><pubDate>Mon, 10 Jul 2017 20:12:18 -0000</pubDate><guid>https://sourceforge.net8944929d70b56d48d7f939aea1e002ad141a5d06</guid></item><item><title>Fix for PDO backend issues</title><link>https://sourceforge.net/p/phpwiki/patches/164/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch fixes various issues with the PDO backend, like using non-existent &lt;code&gt;qstr&lt;/code&gt; function or &lt;code&gt;PDO::PARAM_FLOAT&lt;/code&gt; constant.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sébastien Le Callonnec</dc:creator><pubDate>Sun, 09 Jul 2017 17:43:40 -0000</pubDate><guid>https://sourceforge.net312876a732aff8177c4e62514d8547775200d421</guid></item><item><title/><link>https://sourceforge.net/p/phpwiki/patches/163/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Thu, 11 Oct 2012 15:09:02 -0000</pubDate><guid>https://sourceforge.net275d359728584bc7b1cab4a8ade5f5c2bb13f0c8</guid></item></channel></rss>