bhavin12300 Posted August 1, 2007 Share Posted August 1, 2007 i extract php zip in c:/php and i have inserted this path in environment variable of my computer and when i ttype this command php -v Press Enter it gives me following error unable to load dynamic library and some dll file name so anyone tell me ow to get out of this Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/ Share on other sites More sharing options...
wildteen88 Posted August 1, 2007 Share Posted August 1, 2007 have you set up extension_dir directive up within the php.ini to point to C:/php yet? Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313007 Share on other sites More sharing options...
bhavin12300 Posted August 1, 2007 Author Share Posted August 1, 2007 ya i did same error Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313016 Share on other sites More sharing options...
wildteen88 Posted August 1, 2007 Share Posted August 1, 2007 Can you post the full error message here so I can see what extension you are trying to load. Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313017 Share on other sites More sharing options...
bhavin12300 Posted August 1, 2007 Author Share Posted August 1, 2007 here is the snapshot of error Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313026 Share on other sites More sharing options...
wildteen88 Posted August 1, 2007 Share Posted August 1, 2007 Do you need those extensions? If you don't just disable them in the php.ini by adding a ; in front of extension=php_xxx.dll line(change xxx to the extension name eg oci8 Save the ini and try again. Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313069 Share on other sites More sharing options...
bhavin12300 Posted August 1, 2007 Author Share Posted August 1, 2007 ya i need those specially mysql Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313089 Share on other sites More sharing options...
wildteen88 Posted August 1, 2007 Share Posted August 1, 2007 Those aren't mysql extensions and dont require to be enabled for use with MySQL. If you want to use those extensions then they will require third party libraries in order to work. You'll have to go to php.net and see what requirements those extensions requires. Quote Link to comment https://forums.phpfreaks.com/topic/62877-php-problem/#findComment-313104 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.