<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2f70db90a6d48ecf1f6af51603dba5a630662d2a - fix: 32bit IP tests w/string of decimal representation, overflows</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#2f70db90a6d48ecf1f6af51603dba5a630662d2a</link>
        <description>fix: 32bit IP tests w/string of decimal representation, overflowsMath in PHP is hard! sprintf(&quot;%.0f&quot;,0x7FFFFFFFFFFFFFFF) == sprintf(&quot;%.0f&quot;,0x7FFFFFFFFFFFFF00)Changes  * 32bit gets own version of tests where expected values are strings  * decimalToBinary32 to replace `sprintf(&quot;%032b%032b&quot;...)`, avoids overflow  * overflow check in ipv4 too  * refactor    * partsTo64 for 32bit parts into dec value as str (bcmath)    * Ip32::$b32 as class constant    * condition always PHP_INT_SIZE == 4 for 32bit (instead of == 8 for 64)

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Thu, 04 Dec 2025 17:10:41 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a060f5a0bcf2bd42191c466160b31778110b4a6f - refactor(ip): PSR-12 functions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#a060f5a0bcf2bd42191c466160b31778110b4a6f</link>
        <description>refactor(ip): PSR-12 functions  bitmask64_32        -&gt; bitmask64On32  make_bitmask_32     -&gt; makeBitmaskOn32  ipv6_upper_lower_32 -&gt; ipv6UpperLowerOn32also * uncomment working 7FFF ipv6 test and * fix README suggested podman to use `docker://wpstaging`

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Thu, 04 Dec 2025 16:10:13 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>25a70af9b4a17fa21228193868c69038088160af - fix(inc/Ip): 32bit arch compatible range check</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#25a70af9b4a17fa21228193868c69038088160af</link>
        <description>fix(inc/Ip): 32bit arch compatible range check * added docs about running tests on 32bit w/ podman. * Updated tests to use string instead of int for comparison when 32bit. * added `make_bitmask_32` and `bitmask64_32`. updated `ipInRange` to   use them.Test failing for `test_ip_to_number````podman run -v $PWD/..:/dokuwiki \  --workdir /dokuwiki/_test -it \  docker://wpstaging/php:8.3-32bit \ ./vendor/bin/phpunit --verbose --stderr --filter ip_test``````1) ip_test::test_ip_to_number with data set #3 (&apos;38AF:3033:AA39:CDE3:1A46:094C...D:5300&apos;, 6, 4.084536385505709E+18, 1.8932109165344407E+18)Failed asserting that two strings are identical.--- Expected+++ Actual@@ @@-&apos;4084536385505709056&apos;+&apos;4084536381210742243&apos;/dokuwiki/_test/tests/inc/Ip.test.php:522) ip_test::test_ip_to_number with data set #5 (&apos;193.53.125.7&apos;, 4, 0, 3241508103)Failed asserting that -1053459193 is identical to 3241508103.```

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Sat, 20 Sep 2025 18:45:51 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9420a794ec98c09d6cf1a7944fd21476ea1b3c3b - updated the _test/README</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#9420a794ec98c09d6cf1a7944fd21476ea1b3c3b</link>
        <description>updated the _test/README

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Mon, 18 Sep 2023 17:33:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>59752844d1903a528e765e8b80dafa2a1ca140ad - Fixed broken links to php.net and redirecting pages to php.net</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#59752844d1903a528e765e8b80dafa2a1ca140ad</link>
        <description>Fixed broken links to php.net and redirecting pages to php.net

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Tue, 14 Jun 2016 06:48:12 +0000</pubDate>
        <dc:creator>Anders Sandblad &lt;runeson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a7b77ef2f397e944e30abb47e0d348639e1b821 - some updates on phpunit docs and settings</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#7a7b77ef2f397e944e30abb47e0d348639e1b821</link>
        <description>some updates on phpunit docs and settings

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 30 Apr 2014 14:06:00 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>b25974c4272787f8c66d36398d9578e630888451 - Fixed instructions on PHPunit</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#b25974c4272787f8c66d36398d9578e630888451</link>
        <description>Fixed instructions on PHPunit

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 31 Jul 2013 10:31:35 +0000</pubDate>
        <dc:creator>Guy Brand &lt;gb@unistra.fr&gt;</dc:creator>
    </item>
<item>
        <title>f77b4d4f96b5465f08cb42f7b536842e371d629e - Note on enabling HTTPS/SSL support for php on windows</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#f77b4d4f96b5465f08cb42f7b536842e371d629e</link>
        <description>Note on enabling HTTPS/SSL support for php on windows

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Sat, 21 Apr 2012 08:05:29 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f7161c34cbd45d87124ad25cf06d3ff57e3bc23f - reenabled romanization test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#f7161c34cbd45d87124ad25cf06d3ff57e3bc23f</link>
        <description>reenabled romanization testThe test can be skipped by excluding the &quot;slow&quot; group.

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Fri, 20 Apr 2012 21:11:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>42dcf8b19dfef94b81a71813ce58e6a0b0026cb1 - changed README to dokuwiki format</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#42dcf8b19dfef94b81a71813ce58e6a0b0026cb1</link>
        <description>changed README to dokuwiki format

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Fri, 20 Apr 2012 20:13:31 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>12ee47747b9cb9a810efab28352eeb0f0bbb9998 - phpunit 3.6.10 is sufficient</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#12ee47747b9cb9a810efab28352eeb0f0bbb9998</link>
        <description>phpunit 3.6.10 is sufficient

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 18 Apr 2012 17:49:01 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;tobias@trustedco.de&gt;</dc:creator>
    </item>
<item>
        <title>c931742d4c1d1e0a895325570f7b9d135f626bd0 - fixed content listing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#c931742d4c1d1e0a895325570f7b9d135f626bd0</link>
        <description>fixed content listing

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 18 Apr 2012 10:10:02 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f8369d7d6e37248d6523fdac6e1d760fca4f1b52 - moved _testing to _test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#f8369d7d6e37248d6523fdac6e1d760fca4f1b52</link>
        <description>moved _testing to _test

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 18 Apr 2012 10:08:28 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d59108b91e9bf9fd56dc2e697cf31f9bbc7f9cd4 - removed deprecated old test framework</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#d59108b91e9bf9fd56dc2e697cf31f9bbc7f9cd4</link>
        <description>removed deprecated old test framework

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Wed, 18 Apr 2012 10:00:10 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>aac682fbd0885f612fad6f82d8ac71573e80786f - Fix Unit Test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#aac682fbd0885f612fad6f82d8ac71573e80786f</link>
        <description>Fix Unit Test- README: test unit is under _test/- form: use security token- form: reordered elements- pageid: playground start page (broken since ns autolinking?)darcs-hash:20080302184514-19e2d-087390c75f1e60e369162219f253a7ed513ce1f6.gz

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Sun, 02 Mar 2008 18:45:14 +0000</pubDate>
        <dc:creator>Guy Brand &lt;gb@isis.u-strasbg.fr&gt;</dc:creator>
    </item>
<item>
        <title>b73cc7dccaa01778de20ade004e0c3bde2e2e36a - renamed test directory</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/README#b73cc7dccaa01778de20ade004e0c3bde2e2e36a</link>
        <description>renamed test directorydarcs-hash:20051015114545-7ad00-561552ce7e519d81146b5cb2d28203aee7c6d2ad.gz

            List of files:
            /dokuwiki/_test/README</description>
        <pubDate>Sat, 15 Oct 2005 11:45:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
