maxudaskin Posted October 18, 2008 Share Posted October 18, 2008 Anybody know how to enable tokenizer? Quote Link to comment Share on other sites More sharing options...
corbin Posted October 18, 2008 Share Posted October 18, 2008 http://us.php.net/manual/en/tokenizer.installation.php Quote Link to comment Share on other sites More sharing options...
maxudaskin Posted October 18, 2008 Author Share Posted October 18, 2008 How do you compile PHP? Quote Link to comment Share on other sites More sharing options...
corbin Posted October 18, 2008 Share Posted October 18, 2008 Google it and find a tutorial. The tutorial on PHP.net works fine if you've compiled something before. Quote Link to comment Share on other sites More sharing options...
maxudaskin Posted October 18, 2008 Author Share Posted October 18, 2008 I still cannot find something that works for me. What do I use to compile PHP? Quote Link to comment Share on other sites More sharing options...
corbin Posted October 18, 2008 Share Posted October 18, 2008 Windows or linux? If you're under Windows and have a recent version of PHP, it should be enabled by default. I don't know about on linux. That page is kind of vague. Quote Link to comment Share on other sites More sharing options...
maxudaskin Posted October 18, 2008 Author Share Posted October 18, 2008 Quote Link to comment Share on other sites More sharing options...
corbin Posted October 18, 2008 Share Posted October 18, 2008 Ouch.... Errr.... http://us3.php.net/manual/en/install.windows.building.php I would just use your old config command without the disable-tokenizer. That way everything else should stay the same. Quote Link to comment Share on other sites More sharing options...
coder77 Posted March 25, 2010 Share Posted March 25, 2010 I just ran into, it seems, the very same problem. I was able to get things going by adding this to a script: if (!extension_loaded('tokenizer')) dl('php_tokenizer.dll'); good luck.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.