I am running:
PHP 4 on Debian Linux
I Installed the PHP package using apt-get
Now I want to install XSLT functions.
I installed sablotron but now according to PHP.net I need to run configure with '--enable-xslt --with-xslt-sablot '
The problem is I installed PHP using apt-get so I have no control control over the install process.
To add certian functions to PHP do I need to uninstall and recompile/reinstall with new options every single time?
Can I use apt-get to install with XSLT function support?
Thanks,
Al