<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Pierre (Entries tagged as htscanner)</title>
    <link>http://blog.thepimp.net/</link>
    <description>Moving Pixels</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    <pubDate>Fri, 23 Mar 2007 12:18:00 GMT</pubDate>

    <image>
        <url>http://blog.thepimp.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Pierre - Moving Pixels</title>
        <link>http://blog.thepimp.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Initial PHP4 support for htscanner</title>
    <link>http://blog.thepimp.net/archives/Initial-PHP4-support-for-htscanner.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/Initial-PHP4-support-for-htscanner.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=188</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=188</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;The first releases of the new 0.8.x have published earlier this week (0.8.1 is the latest). The main change is the full support of PHP4. I will support it as long as &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;.net maintains it. The ability to keep htscanner loaded while using &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt; &lt;span class=&quot;caps&quot;&gt;CLI&lt;/span&gt; is now possible without having to tweak the configuration (useful if you use a single php.ini for both cli and cgi).&lt;/p&gt; &lt;p&gt;I like to  thank to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.widexs.nl&#039;);&quot;  href=&quot;http://www.widexs.nl&quot;&gt;widexs.nl&lt;/a&gt;, they make PHP4 support possible by sponsoring it.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/get/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/get/htscanner&quot;&gt;get htscanner&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.widexs.nl&#039;);&quot;  href=&quot;http://www.widexs.nl&quot;&gt;widexs.nl&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 23 Mar 2007 13:18:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/188.html</guid>
    <category>cgi</category>
<category>fastcgi</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>PECL</category>
<category>PHP</category>
<category>php4</category>
<category>sponsor</category>
<category>widexs.nl</category>

</item>
<item>
    <title>Howto use a single php.ini for cli or cgi with htscanner, use 0.7.0 or later :)</title>
    <link>http://blog.thepimp.net/archives/Howto-use-a-single-php.ini-for-cli-or-cgi-with-htscanner,-use-0.7.0-or-later.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/Howto-use-a-single-php.ini-for-cli-or-cgi-with-htscanner,-use-0.7.0-or-later.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=179</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=179</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;Htscanner reports error during module or request init (returns &lt;span class=&quot;caps&quot;&gt;FAILURE&lt;/span&gt;), these errors may be fatal and stop the current executions. This behavior is not desired if you use it in a shell ((if you have only one system php.ini for both cli and cgi or if htscanner is compiled statically).  This release brings a new ini settings to solve this problem, &lt;em&gt;stop_on_error&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;When set to 1 htscanner returns a failure when an error occured internally (cache, doc_root missing, etc.). If it is et to 0 (the default) it will simply return &lt;span class=&quot;caps&quot;&gt;SUCCESS&lt;/span&gt; and do nothing. It is useful if you have only one php.ini for cli and cgi or if you compiled it staticaly.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/get/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/get/htscanner&quot;&gt;htscanner download&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner homepage&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Mon, 19 Feb 2007 11:46:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/179.html</guid>
    <category>cgi</category>
<category>CLI</category>
<category>fastcgi</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>PECL</category>
<category>PHP</category>
<category>php.ini</category>

</item>
<item>
    <title>htscanner, new release, ISP needs?</title>
    <link>http://blog.thepimp.net/archives/htscanner,-new-release,-ISP-needs.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/htscanner,-new-release,-ISP-needs.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=165</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=165</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;The 0.6.3 releases have two important fixes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Possible erroneous ini value length have been fixed&lt;/li&gt; &lt;li&gt;The fatal errors have in module and request initialization have been replaced by warnings&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Thanks to Eugeny Zadevalov for the detailed reports. Eugeny sent patches to use htscanner in apache when mod_htaccess is active but without mod_php. You can find it in the &lt;span class=&quot;caps&quot;&gt;README&lt;/span&gt; file in the release archive or &lt;span class=&quot;caps&quot;&gt;CVS&lt;/span&gt;. We will try to keep this patch up to date.&lt;/p&gt; &lt;p&gt;He is working on making htscanner compatible with PHP4. I&amp;#8217;m not a fan of supporting dead branches (I consider PHP4 as dead) but if enough users need a PHP4 version, I can push the patches upstream. In the worst case, I will add them in the release and Eugeny can maintain them. Let me know what you need!&lt;/p&gt; &lt;p&gt;During the season holidays, I got a couple of mails from hosting company using fastcgi and planning to use htscanner. Having system configuration automatically set by htscanner (open basedir per vhost for ex.) but not editable by the users can help to use fastcgi for shared hosts. Are you an ISP? or simply provide hosting services and plan to give htscanner support to your users? Let me know what you need.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;Package Homepage&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/get/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/get/htscanner&quot;&gt;Package download&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/package-changelog.php?package=htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/package-changelog.php?package=htscanner&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Mon, 08 Jan 2007 16:59:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/165.html</guid>
    <category>apache</category>
<category>fastcgi</category>
<category>hosting</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>ISP</category>
<category>lighttpd</category>
<category>PECL</category>
<category>PHP</category>
<category>shared-host</category>

</item>
<item>
    <title>Htscanner 0.6.2 has been released</title>
    <link>http://blog.thepimp.net/archives/Htscanner-0.6.2-has-been-released.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/Htscanner-0.6.2-has-been-released.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=159</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=159</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;Yet another &lt;span class=&quot;caps&quot;&gt;PECL&lt;/span&gt; release, htscanner 0.6.2 is out. This release fixes a annoying but minor bug in the shutdown function. A new error message has been added when no translated path has been found.&lt;/p&gt; &lt;p&gt;I&amp;#8217;m wondering if a function to manually clear the cache for a given document root (like you can clear the cache for your document root only) can be useful. Let me know if you need it, I can add it before I freeze this extension until the first stable release.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner homepage&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/get/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/get/htscanner&quot;&gt;htscanner download&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Mon, 18 Dec 2006 02:51:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/159.html</guid>
    <category>fastcgi</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>lighttpd</category>
<category>PECL</category>
<category>PHP</category>
<category>shutdown</category>

</item>
<item>
    <title>htscanner 0.6.1</title>
    <link>http://blog.thepimp.net/archives/htscanner-0.6.1.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/htscanner-0.6.1.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=157</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=157</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;0.6.1 has just been released. It is a bug fixes release only. One leak and some string optimizations. See the full changelong &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/package-changelog.php?package=htscanner&amp;amp;amp;release=0.6.1&#039;);&quot;  href=&quot;http://pecl.php.net/package-changelog.php?package=htscanner&amp;amp;release=0.6.1&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner homepage&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/package-changelog.php?package=htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/package-changelog.php?package=htscanner&quot;&gt;htscanner changelogs&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Wed, 13 Dec 2006 11:08:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/157.html</guid>
    <category>fastcgi</category>
<category>htscanner</category>
<category>IIS</category>
<category>lighttpd</category>
<category>PECL</category>
<category>PHP</category>

</item>
<item>
    <title>cache added to htscanner</title>
    <link>http://blog.thepimp.net/archives/cache-added-to-htscanner.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/cache-added-to-htscanner.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=155</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=155</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner&lt;/a&gt; 0.6.0 has been released. It caches the ini settings instead of looking for htaccess files in the current directory and its parents. The performance impact is yet minimal.&lt;/p&gt; &lt;p&gt;A new ini setting defines the cache lifetime in seconds: htscanner.default_ttl, the default lifetime is 5mins.&lt;/p&gt; &lt;p&gt;Next step, bring this extension to a stable state before adding any new features.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner homepage&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 08 Dec 2006 02:40:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/155.html</guid>
    <category>cache</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>lighttpd</category>
<category>PECL</category>
<category>PHP</category>

</item>
<item>
    <title>htscanner, windows binaries available</title>
    <link>http://blog.thepimp.net/archives/htscanner,-windows-binaries-available.html</link>
            <category>Uncategorized</category>
    
    <comments>http://blog.thepimp.net/archives/htscanner,-windows-binaries-available.html#comments</comments>
    <wfw:comment>http://blog.thepimp.net/wfwcomment.php?cid=151</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.thepimp.net/rss.php?version=2.0&amp;type=comments&amp;cid=151</wfw:commentRss>
    

    <author>nospam@example.com (Pierre)</author>
    <content:encoded>
    &lt;p&gt;A quick note about the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner&lt;/a&gt; windows binaries, they are now available on &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl4win.php.net&#039;);&quot;  href=&quot;http://pecl4win.php.net&quot;&gt;pecl4win&lt;/a&gt;. I will also try to run more tests on windows, especiallly &lt;span class=&quot;caps&quot;&gt;IIS&lt;/span&gt; + fcgi.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl.php.net/htscanner&#039;);&quot;  href=&quot;http://pecl.php.net/htscanner&quot;&gt;htscanner&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pecl4win.php.net/ext.php/php_htscanner.dll&#039;);&quot;  href=&quot;http://pecl4win.php.net/ext.php/php_htscanner.dll&quot;&gt;htscanner dll&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 01 Dec 2006 13:39:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.thepimp.net/archives/151.html</guid>
    <category>binary</category>
<category>cgi</category>
<category>dll</category>
<category>fastcgi</category>
<category>htaccess</category>
<category>htscanner</category>
<category>IIS</category>
<category>lighttpd</category>
<category>PECL</category>
<category>pecl4win</category>
<category>PHP</category>

</item>

</channel>
</rss>