Jag forsoker att installera php_templates men far inte riktig det hela att fungera.
Testade forst att installera den fardig komilerade php_templates.so linux versionen, men nar jag startade om apache fick jag segmentation fault.
Sen forsokte jag med att kompilera en egen version och foljde install doc :
internal extension:
cd <PHP_dir>/ext
tar -zxf /path/to/templates.tar.gz
cd ..
./buildconf
./configure <your_parameters> --enable-templates
make
make install
external extension: /* you should have PHP installed */
tar -zxf templates.tar.gz
cd temlpates
phpize
./configure --enable-templates=shared
make
/* get the "modules/templates.so" module and be happy */
anvande external extension versionen men det funka inte...