<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/phpwiki/patches/" rel="alternate"/><link href="https://sourceforge.net/p/phpwiki/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpwiki/patches/</id><updated>2020-03-28T12:12:27.765000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>call_user_func passes args by value</title><link href="https://sourceforge.net/p/phpwiki/patches/171/" rel="alternate"/><published>2020-03-28T12:12:27.765000Z</published><updated>2020-03-28T12:12:27.765000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.netc7866fa22640d012b2fc2c4e4f2220ab3a4b5e15</id><summary type="html">&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;</summary></entry><entry><title>fix dba _has_links</title><link href="https://sourceforge.net/p/phpwiki/patches/170/" rel="alternate"/><published>2020-03-28T12:11:06.039000Z</published><updated>2020-03-28T12:11:06.039000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.netfce50036633204607e4c83b40ae19510092c0cd6</id><summary type="html">&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;</summary></entry><entry><title>inherit functions with same signatures </title><link href="https://sourceforge.net/p/phpwiki/patches/169/" rel="alternate"/><published>2020-03-22T13:00:26.333000Z</published><updated>2020-03-22T13:00:26.333000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.net23cef395f0857276bf1c954e3372ee81318f43d6</id><summary type="html">&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;</summary></entry><entry><title>delete temporary file</title><link href="https://sourceforge.net/p/phpwiki/patches/168/" rel="alternate"/><published>2020-03-22T12:55:55.183000Z</published><updated>2020-03-22T12:55:55.183000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.net4312461e44acb123eb24963ff533d890abb6cd6b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;delete temporary file&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>replace deprecated "each"</title><link href="https://sourceforge.net/p/phpwiki/patches/167/" rel="alternate"/><published>2020-03-22T11:47:55.042000Z</published><updated>2020-03-22T11:47:55.042000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.netb39c4240828a68385e71911589e30a62d055d853</id><summary type="html">&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;</summary></entry><entry><title>fix dba session storage for IPv6 addresses</title><link href="https://sourceforge.net/p/phpwiki/patches/166/" rel="alternate"/><published>2020-03-22T11:42:28.610000Z</published><updated>2020-03-22T11:42:28.610000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.netff1a0ddcac944b78c8014867c51e7f868666603d</id><summary type="html">&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;</summary></entry><entry><title>fix returns for dba session API</title><link href="https://sourceforge.net/p/phpwiki/patches/165/" rel="alternate"/><published>2020-03-22T11:40:25.982000Z</published><updated>2020-03-22T11:40:25.982000Z</updated><author><name>Christof Meerwald</name><uri>https://sourceforge.net/u/cmeerw/</uri></author><id>https://sourceforge.net4e94b33ee526fc1f14a207d72322e1d0f1bc88d7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;fix returns for dba session API&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#164 Fix for PDO backend issues</title><link href="https://sourceforge.net/p/phpwiki/patches/164/?limit=25#8aef/3b5c" rel="alternate"/><published>2017-07-10T20:12:18.198000Z</published><updated>2017-07-10T20:12:18.198000Z</updated><author><name>Sébastien Le Callonnec</name><uri>https://sourceforge.net/u/slecallonnec/</uri></author><id>https://sourceforge.net8944929d70b56d48d7f939aea1e002ad141a5d06</id><summary type="html">&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;</summary></entry><entry><title>Fix for PDO backend issues</title><link href="https://sourceforge.net/p/phpwiki/patches/164/" rel="alternate"/><published>2017-07-09T17:43:40.966000Z</published><updated>2017-07-09T17:43:40.966000Z</updated><author><name>Sébastien Le Callonnec</name><uri>https://sourceforge.net/u/slecallonnec/</uri></author><id>https://sourceforge.net312876a732aff8177c4e62514d8547775200d421</id><summary type="html">&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;</summary></entry><entry><title/><link href="https://sourceforge.net/p/phpwiki/patches/163/" rel="alternate"/><published>2012-10-11T15:09:02.078000Z</published><updated>2012-10-11T15:09:02.078000Z</updated><author><name>Marc-Etienne Vargenau</name><uri>https://sourceforge.net/u/vargenau/</uri></author><id>https://sourceforge.net275d359728584bc7b1cab4a8ade5f5c2bb13f0c8</id><summary type="html"/></entry></feed>