Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Nessa's Blog:
Using an .htaccess with PHP Compiled as CGI
Dec 07, 2007 @ 22:18:00

Nessa has posted another new tutorial based around her experiences with suPHP. This time it deals with using an .htaccess file for changing the settings of the PHP installation.

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.

The connecting piece is the htscanner extension - 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).

tagged: htaccess compile cgi htscanner phpsuexec install configure htaccess compile cgi htscanner phpsuexec install configure

Link:

Nessa's Blog:
Using an .htaccess with PHP Compiled as CGI
Dec 07, 2007 @ 22:18:00

Nessa has posted another new tutorial based around her experiences with suPHP. This time it deals with using an .htaccess file for changing the settings of the PHP installation.

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.

The connecting piece is the htscanner extension - 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).

tagged: htaccess compile cgi htscanner phpsuexec install configure htaccess compile cgi htscanner phpsuexec install configure

Link:

Pierre-Alain Joye's Blog:
Initial PHP4 support for htscanner
Mar 26, 2007 @ 16:29:00

In a new post to his blog today, Pierre-Alain Joye talks about a feature of the latest release of his htscanner PECL extension - the full support of PHP4.

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).

You can find out more about the htscanner extension on its PECL homepage and more about the sponsor helping Pierre make this support possible - widexs.nl

tagged: php4 support release htscanner pecl extension php4 support release htscanner pecl extension

Link:

Pierre-Alain Joye's Blog:
Initial PHP4 support for htscanner
Mar 26, 2007 @ 16:29:00

In a new post to his blog today, Pierre-Alain Joye talks about a feature of the latest release of his htscanner PECL extension - the full support of PHP4.

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).

You can find out more about the htscanner extension on its PECL homepage and more about the sponsor helping Pierre make this support possible - widexs.nl

tagged: php4 support release htscanner pecl extension php4 support release htscanner pecl extension

Link:

Pierre-Alain Joye's Blog:
Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later
Feb 19, 2007 @ 14:58:00

Pierre-Alain Joye has posted a quick hit to his blog today about using one php.ini file for both a cli and cgi installation of PHP without it throwing errors for htscanner.

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.

The solution involves changing the htscanner setting to 0 instead of 1 to return a "SUCCESS" message rather than the errors.

tagged: htscanner single phpini cli cgi hint setting error htscanner single phpini cli cgi hint setting error

Link:

Pierre-Alain Joye's Blog:
Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later
Feb 19, 2007 @ 14:58:00

Pierre-Alain Joye has posted a quick hit to his blog today about using one php.ini file for both a cli and cgi installation of PHP without it throwing errors for htscanner.

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.

The solution involves changing the htscanner setting to 0 instead of 1 to return a "SUCCESS" message rather than the errors.

tagged: htscanner single phpini cli cgi hint setting error htscanner single phpini cli cgi hint setting error

Link:

Pierre-Alain Joye's Blog:
htscanner, new release, ISP needs?
Jan 10, 2007 @ 13:57:00

Pierre-Alain Joye has posted a new update for his htscanner PECL package on his blog today - version 0.6.3.

The 0.6.3 releases have two important fixes:
  • Possible erroneous ini value length have been fixed
  • The fatal errors have in module and request initialization have been replaced by warnings

He also mentions the work being done to create a package similar to htscanner for those still working with PHP4. You can get this latest download from the package homepage and get the full details on what changed from its Changelog.

tagged: htscanner package release error php4 htscanner package release error php4

Link:

Pierre-Alain Joye's Blog:
htscanner, new release, ISP needs?
Jan 10, 2007 @ 13:57:00

Pierre-Alain Joye has posted a new update for his htscanner PECL package on his blog today - version 0.6.3.

The 0.6.3 releases have two important fixes:
  • Possible erroneous ini value length have been fixed
  • The fatal errors have in module and request initialization have been replaced by warnings

He also mentions the work being done to create a package similar to htscanner for those still working with PHP4. You can get this latest download from the package homepage and get the full details on what changed from its Changelog.

tagged: htscanner package release error php4 htscanner package release error php4

Link:

Pierre-Alain Joye's Blog:
Updates to htscanner and zip PECL pacakges
Dec 18, 2006 @ 13:57:00

Pierre-Alain Joye has two new updates concerning his PECL packages today, one for htscanner and the other for a bug in the zip package.

Yet another PECL 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.

And, for the zip package:

Thanks to Ron Korving and post. The fixes have been commited already, 5.2.1 will contain them.

The you can grab this latest update from the zip package's homepage over on the PECL website.

tagged: htscanner zip pecl package update bug htscanner zip pecl package update bug

Link:

Pierre-Alain Joye's Blog:
Updates to htscanner and zip PECL pacakges
Dec 18, 2006 @ 13:57:00

Pierre-Alain Joye has two new updates concerning his PECL packages today, one for htscanner and the other for a bug in the zip package.

Yet another PECL 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.

And, for the zip package:

Thanks to Ron Korving and post. The fixes have been commited already, 5.2.1 will contain them.

The you can grab this latest update from the zip package's homepage over on the PECL website.

tagged: htscanner zip pecl package update bug htscanner zip pecl package update bug

Link:


Trending Topics: