vnguyen_1999 Posted May 12, 2009 Share Posted May 12, 2009 Hi Everyone, I tried to install php_tokenizer.dll but I got this error when I start Apache server. "PHP Warning: PHP Startup: Unable to load dynamic library '...../php_tokenizer.dll' - The specified module could not be found.\r\n in Unknown on line 0" I would appreciate if you know how to fix this problem. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/157881-php_tokenizerdll/ Share on other sites More sharing options...
Maq Posted May 13, 2009 Share Posted May 13, 2009 I could be wrong, but I think you need to enable this library in your php.ini. Remove the ';' in front of that .dll file. You can also see if this library is enabled with: phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/157881-php_tokenizerdll/#findComment-832936 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.