<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://markup.co.uk/hg/ywww/</link>
    <language>en-us</language>

    <title>ywww: php/read/getBookDetails.php history</title>
    <description>php/read/getBookDetails.php revision history</description>
    <item>
    <title>prefer empty result to no result at all</title>
    <link>https://markup.co.uk/hg/ywww/log/39600878ff93/php/read/getBookDetails.php</link>
    <description><![CDATA[prefer empty result to no result at all]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sun, 09 Jun 2019 06:48:35 -0400</pubDate>
</item>
<item>
    <title>more debugging (too much for production), fallback to DB if getBookDetails is knocked back by Amazon</title>
    <link>https://markup.co.uk/hg/ywww/log/dd93cb4b77ad/php/read/getBookDetails.php</link>
    <description><![CDATA[more debugging (too much for production), fallback to DB if getBookDetails is knocked back by Amazon]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Thu, 06 Jun 2019 16:37:20 -0400</pubDate>
</item>
<item>
    <title>put both paths in include_path and depend on that</title>
    <link>https://markup.co.uk/hg/ywww/log/a67bf725e87b/php/read/getBookDetails.php</link>
    <description><![CDATA[put both paths in include_path and depend on that]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Wed, 16 Jan 2019 13:42:15 -0500</pubDate>
</item>
<item>
    <title>include path normalise</title>
    <link>https://markup.co.uk/hg/ywww/log/da133c130c1d/php/read/getBookDetails.php</link>
    <description><![CDATA[include path normalise]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sun, 06 Jan 2019 12:46:24 -0500</pubDate>
</item>
<item>
    <title>centralise db query even more</title>
    <link>https://markup.co.uk/hg/ywww/log/b7376319d25a/php/read/getBookDetails.php</link>
    <description><![CDATA[centralise db query even more]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sun, 06 Jan 2019 12:15:42 -0500</pubDate>
</item>
<item>
    <title>change includes to assume (contra previos ASSUMES) that we have .user.ini which adds /var/test to include_path</title>
    <link>https://markup.co.uk/hg/ywww/log/38d209611508/php/read/getBookDetails.php</link>
    <description><![CDATA[change includes to assume (contra previos ASSUMES) that we have .user.ini which adds /var/test to include_path]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sun, 06 Jan 2019 07:17:03 -0500</pubDate>
</item>
<item>
    <title>ASSUMES we have SetEnv  PHP_VALUE &quot;include_path =.:/var/test/private:/var/test/ywww:/usr/share/php&quot; in apache2/.../test.conf</title>
    <link>https://markup.co.uk/hg/ywww/log/dbc006408d2b/php/read/getBookDetails.php</link>
    <description><![CDATA[ASSUMES we have SetEnv  PHP_VALUE &quot;include_path =.:/var/test/private:/var/test/ywww:/usr/share/php&quot; in apache2/.../test.conf<br/>
use dl(...) for debug logging, defined in dlog.php<br/>
use doAmazonRequest in amazonBookSearch<br/>
use ../private/web.php (q.v., not in mercurial) for Aserver and Aassociates<br/>
Started by updating from 40:c24ae74bf6d5, i.e. just before the bug on the main line]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sat, 05 Jan 2019 18:00:10 -0500</pubDate>
</item>
<item>
    <title>pass char for log lines in to doAmazonRequest</title>
    <link>https://markup.co.uk/hg/ywww/log/c24ae74bf6d5/php/read/getBookDetails.php</link>
    <description><![CDATA[pass char for log lines in to doAmazonRequest]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Fri, 04 Jan 2019 18:02:20 -0500</pubDate>
</item>
<item>
    <title>use doAmazonRequest</title>
    <link>https://markup.co.uk/hg/ywww/log/e570b199108b/php/read/getBookDetails.php</link>
    <description><![CDATA[use doAmazonRequest]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Fri, 04 Jan 2019 12:59:40 -0500</pubDate>
</item>
<item>
    <title>more error info</title>
    <link>https://markup.co.uk/hg/ywww/log/5cae8d572998/php/read/getBookDetails.php</link>
    <description><![CDATA[more error info]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Fri, 04 Jan 2019 12:53:10 -0500</pubDate>
</item>
<item>
    <title>fix old :-( preg bug</title>
    <link>https://markup.co.uk/hg/ywww/log/b058736bc9ad/php/read/getBookDetails.php</link>
    <description><![CDATA[fix old :-( preg bug]]></description>
    <author>&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#66;&#111;&#108;&#97;&#110;&#100;&#32;&#60;&#114;&#111;&#98;&#101;&#114;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Fri, 04 Jan 2019 08:48:00 -0500</pubDate>
</item>
<item>
    <title>more db column protection</title>
    <link>https://markup.co.uk/hg/ywww/log/828895488948/php/read/getBookDetails.php</link>
    <description><![CDATA[more db column protection]]></description>
    <author>&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#66;&#111;&#108;&#97;&#110;&#100;&#32;&#60;&#114;&#111;&#98;&#101;&#114;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Tue, 01 Jan 2019 07:30:05 -0500</pubDate>
</item>
<item>
    <title>post-5.7-upgrade efforts to reduce dropped connections, db insertion fails</title>
    <link>https://markup.co.uk/hg/ywww/log/d606320ec331/php/read/getBookDetails.php</link>
    <description><![CDATA[post-5.7-upgrade efforts to reduce dropped connections, db insertion fails]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Sun, 30 Dec 2018 07:00:09 -0500</pubDate>
</item>
<item>
    <title>use a semaphore to try to cut down on RequestThrottled fails</title>
    <link>https://markup.co.uk/hg/ywww/log/46382face560/php/read/getBookDetails.php</link>
    <description><![CDATA[use a semaphore to try to cut down on RequestThrottled fails]]></description>
    <author>&#67;&#104;&#97;&#114;&#108;&#105;&#101;&#32;&#82;&#111;&#111;&#116;</author>
    <pubDate>Thu, 25 Oct 2018 09:42:12 -0400</pubDate>
</item>
<item>
    <title>better debugging</title>
    <link>https://markup.co.uk/hg/ywww/log/c41a5802b26c/php/read/getBookDetails.php</link>
    <description><![CDATA[better debugging]]></description>
    <author>&#72;&#101;&#110;&#114;&#121;&#32;&#83;&#46;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#104;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#100;&#46;&#97;&#99;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sun, 30 Jul 2017 05:34:46 -0400</pubDate>
</item>
<item>
    <title>Replace old associate keys with new IAMs user keys</title>
    <link>https://markup.co.uk/hg/ywww/log/ae1459564f66/php/read/getBookDetails.php</link>
    <description><![CDATA[Replace old associate keys with new IAMs user keys]]></description>
    <author>&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#66;&#111;&#108;&#97;&#110;&#100;&#32;&#60;&#114;&#111;&#98;&#101;&#114;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Mon, 24 Jul 2017 11:38:35 -0400</pubDate>
</item>
<item>
    <title>use test_db.php to get mysqld_test instance</title>
    <link>https://markup.co.uk/hg/ywww/log/385ddd7c4b55/php/read/getBookDetails.php</link>
    <description><![CDATA[use test_db.php to get mysqld_test instance]]></description>
    <author>&#72;&#101;&#110;&#114;&#121;&#32;&#83;&#46;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#104;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#100;&#46;&#97;&#99;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sun, 19 Feb 2017 16:17:53 +0000</pubDate>
</item>
<item>
    <title>if no code show entire response</title>
    <link>https://markup.co.uk/hg/ywww/log/5aa24c984a3b/php/read/getBookDetails.php</link>
    <description><![CDATA[if no code show entire response]]></description>
    <author>&#72;&#101;&#110;&#114;&#121;&#32;&#83;&#46;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#104;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sat, 18 Feb 2017 12:28:36 +0000</pubDate>
</item>
<item>
    <title>tidy up debugging, only show parms on non-throttled error</title>
    <link>https://markup.co.uk/hg/ywww/log/232deb0b066a/php/read/getBookDetails.php</link>
    <description><![CDATA[tidy up debugging, only show parms on non-throttled error]]></description>
    <author>&#72;&#101;&#110;&#114;&#121;&#32;&#83;&#46;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#104;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sat, 18 Feb 2017 11:38:36 +0000</pubDate>
</item>
<item>
    <title>remaining originals according to dependency walk</title>
    <link>https://markup.co.uk/hg/ywww/log/077b0a0a3e6d/php/read/getBookDetails.php</link>
    <description><![CDATA[remaining originals according to dependency walk]]></description>
    <author>&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#66;&#111;&#108;&#97;&#110;&#100;&#32;&#60;&#114;&#111;&#98;&#101;&#114;&#116;&#64;&#109;&#97;&#114;&#107;&#117;&#112;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 16 Feb 2017 22:29:02 +0000</pubDate>
</item>
<item>
    <title>fix ASIN pblm, add debugging</title>
    <link>https://markup.co.uk/hg/ywww/log/a5e5475bf357/php/read/getBookDetails.php</link>
    <description><![CDATA[fix ASIN pblm, add debugging]]></description>
    <author>&#114;&#111;&#98;&#101;&#114;&#116;</author>
    <pubDate>Wed, 28 Dec 2016 12:48:18 +0000</pubDate>
</item>
<item>
    <title>original</title>
    <link>https://markup.co.uk/hg/ywww/log/45ae2aeb2b52/php/read/getBookDetails.php</link>
    <description><![CDATA[original]]></description>
    <author>&#114;&#111;&#98;&#101;&#114;&#116;</author>
    <pubDate>Wed, 28 Dec 2016 12:44:57 +0000</pubDate>
</item>

  </channel>
</rss>
