<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 20 Nov 2008 03:06:56 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nessa's Blog: Using an .htaccess with PHP Compiled as CGI]]></title>
      <guid>http://www.phpdeveloper.org/news/9201</guid>
      <link>http://www.phpdeveloper.org/news/9201</link>
      <description><![CDATA[<p>
<i>Nessa</i> has <a href="http://www.v-nessa.net/2007/12/06/using-an-htaccess-with-php-compiled-as-cgi">posted another new tutorial</a> based around her experiences with <a href="http://www.suphp.org/Home.html">suPHP</a>. This time it deals with using an .htaccess file for changing the settings of the PHP installation.
</p>
<blockquote>
First of all, if you'd rather use the .htaccess than the php.ini capabilities of a phpsuexec environment, then shame on you. But, we have some customers who are terrified of php.ini and would rather use the .htaccess. So what? Ok, well there is a workaround.
</blockquote>
<p>
The connecting piece is the <a href="http://pecl.php.net/htscanner">htscanner extension</a> - she includes installation instructions and how to include it into your PHP installation (as well as how to set the PHP values in the .htaccess).
</p>]]></description>
      <pubDate>Fri, 07 Dec 2007 16:18:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Initial PHP4 support for htscanner]]></title>
      <guid>http://www.phpdeveloper.org/news/7502</guid>
      <link>http://www.phpdeveloper.org/news/7502</link>
      <description><![CDATA[<p>
In <a href="http://blog.thepimp.net/index.php/post/2007/03/23/Initial-PHP4-support-for-htscanner">a new post</a> to his blog today, <i>Pierre-Alain Joye</i> talks about a feature of the latest release of his <a href="http://pecl.php.net/package/htscanner">htscanner PECL extension</a> - the full support of PHP4.
</p>
<blockquote>
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 PHP.net maintains it. The ability to keep htscanner loaded while using PHP CLI is now possible without having to tweak the configuration (useful if you use a single php.ini for both cli and cgi).
</blockquote>
<p>
You can find out more about the htscanner extension on <a href="http://pecl.php.net/htscanner">its PECL homepage</a> and more about the sponsor helping <i>Pierre</i> make this support possible - <a href="http://www.widexs.nl/">widexs.nl</a>
</p>]]></description>
      <pubDate>Mon, 26 Mar 2007 11:29:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later]]></title>
      <guid>http://www.phpdeveloper.org/news/7300</guid>
      <link>http://www.phpdeveloper.org/news/7300</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/post/2007/02/19/Howto-use-a-single-phpini-for-cli-or-cgi-with-htscanner-use-070-or-later-%3A">posted a quick hit</a> to his blog today about using one php.ini file for both a cli and cgi installation of PHP without it throwing errors for <a href="http://pecl.php.net/htscanner">htscanner</a>.
</p>
<blockquote>
Htscanner reports error during module or request init (returns FAILURE), 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, stop_on_error.
</blockquote>
<p>
The <a href="http://blog.thepimp.net/index.php/post/2007/02/19/Howto-use-a-single-phpini-for-cli-or-cgi-with-htscanner-use-070-or-later-%3A">solution</a> involves changing the htscanner setting to 0 instead of 1 to return a "SUCCESS" message rather than the errors.
</p>]]></description>
      <pubDate>Mon, 19 Feb 2007 08:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: htscanner, new release, ISP needs?]]></title>
      <guid>http://www.phpdeveloper.org/news/7068</guid>
      <link>http://www.phpdeveloper.org/news/7068</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/post/2007/01/08/htscanner-new-release-ISP-needs">posted a new update</a> for his htscanner PECL package on his blog today - version 0.6.3.
</p>
<blockquote>
The 0.6.3 releases have two important fixes:
<ul>
<li>Possible erroneous ini value length have been fixed
<li>The fatal errors have in module and request initialization have been replaced by warnings
</ul>
</blockquote>
<p>
He <a href="http://blog.thepimp.net/index.php/post/2007/01/08/htscanner-new-release-ISP-needs">also mentions</a> the work being done to create a package similar to htscanner for those still working with PHP4. You can get this latest download from <a href="http://pecl.php.net/htscanner">the package homepage</a> and get the full details on what changed from <a href="http://pecl.php.net/package-changelog.php?package=htscanner">its Changelog</a>.
</p>]]></description>
      <pubDate>Wed, 10 Jan 2007 07:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Updates to htscanner and zip PECL pacakges]]></title>
      <guid>http://www.phpdeveloper.org/news/6910</guid>
      <link>http://www.phpdeveloper.org/news/6910</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has two new updates concerning his PECL packages today, one for htscanner and the other for a bug in the zip package.
</p>
<blockquote>
Yet another PECL release, <a href="http://pecl.php.net/htscanner">htscanner</a> 0.6.2 is out. <a href="http://blog.thepimp.net/index.php/post/2006/12/18/Htscanner-062-has-been-released">This release</a> fixes a annoying but minor bug in the shutdown function. A new error message has been added when no translated path has been found.
</blockquote>
<p>
And, for the zip package:
</p>
<blockquote>
Thanks to Ron Korving and <a href="http://ilia.ws/>Ilia Alshanetsky</a>, a couple of thread unsafety issues have been caught in php codes, a complete list of Ron's review can be read in his original <a href="http://news.php.net/php.internals/26727">post</a>. The fixes have been commited already, 5.2.1 will contain them.
</blockquote>
<p>
The you can grab this latest update from the zip package's homepage <a href="http://pecl.php.net/zip">over on the PECL website</a>.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 07:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: htscanner 0.6.1]]></title>
      <guid>http://www.phpdeveloper.org/news/6905</guid>
      <link>http://www.phpdeveloper.org/news/6905</link>
      <description><![CDATA[<p>
<i>Pierre</i> has posted <a href="http://blog.thepimp.net/index.php/post/2006/12/13/htscanner-061">a quick update</a> about the release of a new version of his htscanner package:
</p>
<blockquote>
0.6.1 has just been released. It is a bug fixes release only. One leak and some string optimizations. See the full changelong <a href="http://pecl.php.net/package-changelog.php?package=htscanner&release=0.6.1">here</a>.
</blockquote>
<p>
You can get this latest build and the latest information on the htscanner package from <a href="http://pecl.php.net/htscanner">it's PECL homepage</a>.
</p>]]></description>
      <pubDate>Fri, 15 Dec 2006 08:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: cache added to htscanner]]></title>
      <guid>http://www.phpdeveloper.org/news/6851</guid>
      <link>http://www.phpdeveloper.org/news/6851</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/post/2006/12/08/cache-added-to-htscanner">an update</a> on one of the PECL packages he maintains, <a href="http://pecl.php.net/htscanner">htscanner</a>, on his blog today:
</p>
<blockquote>
<a href="http://pecl.php.net/htscanner">htscanner</a> 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.
</blockquote>
<p>
A new ini setting was also added, htscanner.default_ttl, to give the lifetime of the cache. You can get this latest version of htscanner from <a href="http://pecl.php.net/htscanner">its PECL homepage</a>.
</p>]]></description>
      <pubDate>Fri, 08 Dec 2006 07:48:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Package Updates - Zip & htscanner]]></title>
      <guid>http://www.phpdeveloper.org/news/6817</guid>
      <link>http://www.phpdeveloper.org/news/6817</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has posted several new updates concerning the packages he works on - Zip and a new offering, htscanner.
</p>
<p>
The first two concern the htscanner package - first, <a href="http://blog.thepimp.net/index.php/post/2006/11/30/htscanner-htaccess-like-for-FastCGI-or-non-apache-SAPI">the initial release</a> of the extension that works to emulate htaccess support for non-Apache web servers (like FastCGI or lighttpd). The <a href="http://blog.thepimp.net/index.php/post/2006/12/01/htscanner-windows-binaries-available">second related post</a> notes that that Windows binaries for the functionality are also posted on the <a href="http://pecl4win.php.net/">pecl4win website</a>.
</p>
<p>
Next on his list were some update to the Zip PECL package, <a href="http://blog.thepimp.net/index.php/post/2006/12/02/zip-182-fixed-for-510-1-and-2">a fix</a> to correct issues found when using PHP versions 5.1.0, 5.1.1, and 5.1.2 (due to an internal function name issue).
</p>]]></description>
      <pubDate>Mon, 04 Dec 2006 10:39:00 -0600</pubDate>
    </item>
  </channel>
</rss>
