<?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 cgi)</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, 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>