- * Run phpize in the htaccess directory. Use the phpize script from the php
version you wish to compile htscanner for.
* run the configure script the phpize create with --enable-htscanner
* run make
* now install the created module by copying the modules/htscanner.so file to
the php extension directory.
or use make install
* copy the htscanner.ini configuration file to the php conf.d directory. If
you're php version doesn't support that (eg on Suse) then you can
add the settings from htscanner.ini to you're php.ini
Ich bekomme den htaccess Scanner aber weder in der info.php angezeigt noch das er mir irgendwelche php_value_* Werte zulässt.
php_error.log sagt gar nichts. Das configure & make ist fehlerfrei durchgelaufen und natürlich hab ich die extension auch in den richtigen Pfad zu den anderen extensions kopiert und die php.ini angepasst. Ist ja nicht das erste Mal, dass ich sowas mache.
Mich wundern nur ein paar Sachen:
1. Was bedeutet das in der install vom author?:
- Make sure you have the development package installed if you installed
php from a binary package.
Auf der offiziellen Seite steht für die neueste Version als Vorraussetzung:
PEAR Package: PEAR Installer 1.4.8 or newer
Habe nichts beim ./configure gemerkt, das er den angemeckert hat.
gruß cirox