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. 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(); ?> Link to comment https://forums.phpfreaks.com/topic/157881-php_tokenizerdll/#findComment-832936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.