maxudaskin Posted October 18, 2008 Share Posted October 18, 2008 Anybody know how to enable tokenizer? Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/ 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 Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668480 Share on other sites More sharing options...
maxudaskin Posted October 18, 2008 Author Share Posted October 18, 2008 How do you compile PHP? Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668487 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. Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668675 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? Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668695 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. Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668802 Share on other sites More sharing options...
maxudaskin Posted October 18, 2008 Author Share Posted October 18, 2008 Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668811 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. Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-668815 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.... Link to comment https://forums.phpfreaks.com/topic/128935-how-to-enable-tokenizer/#findComment-1031781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.