How can I install a custom (patched) PECL extension?
- by JKS
I'm trying to use the htscanner PECL extension on my CentOS 5/PHP 5.2.6 machine, but there's a bug in the latest version where a newline character is added to the end of every php_value directive. This behavior causes my include_path and error_log values not to work.
The bug and the patch are documented on the PECL site:…