scriptz 0 Posted January 29, 2004 Hello All I am running Mandrake 9.1 and need to install the tokenizer extention module for PHP but am unsure on how to do so. PHP is running as a Apache 2 module and I have PHP's sources. What do I have to do? Greg Share this post Link to post
admpablo 0 Posted January 30, 2004 Hi Greg, What version of PHP? Beginning with PHP 4.3.0 these functions are enabled by default. For older versions you have to configure and compile PHP with --enable-tokenizer. I hope this help ;( Share this post Link to post