2

I'm facing problem to load the php_oauth.dll extension for my xampp. I downloaded the php_oauth.dll and added extension=php_oauth.dll in php.ini , but when i restart my apache, it cannot start the server anymore.

I'm using window 7 ,64bits. Initially, I download the file from http://downloads.php.net/pierre/

but i found that it was 32bits file , so I'm searching fo 64bit and found out http://www.mediafire.com/php-win64-extensions

unfortunately,I still cannot load the oauth. Any solution to solve it? I look through many article, but it seems like dont have it, anyone can provide ,so that, others that using win 64bit can follow

Thank you!

3
  • PHP does not have x64 bit version on window. Download the PHP from official site windows.php.net/download/#php-5.4 Commented Oct 9, 2012 at 9:20
  • hmm? after download the php5.4 and then can use edy?? because from this downloads.php.net/pierre , it do provide 5.3 php_oauth only..it that compatible? Commented Oct 9, 2012 at 10:34
  • I am voting this question up to get some more answers. Commented Oct 9, 2012 at 12:48

1 Answer 1

1

This looks to be like a path problem. Make sure the extension is store in the correct extension directory.

The settings of this can be found inside php.ini as something like

extension_dir = C:\php\extensions

By default this is ext folder inside PHP installation.

Or, follow the instruction from PHP manual while installing extensions, if you are not sure what you are doing.

Sign up to request clarification or add additional context in comments.

9 Comments

@Nich, Do a phpinfo() and see if you extension has loaded or not.
yah, i did ,but once i put and restart my apache, it cannot start the server, so that I'm not able to check with it. So, i think it's not loaded and causing error somewhere else.
@Nich, Upload the portion you were define the extension on php.ini
extension=php_oauth.dll extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_dba.dll extension=php_mbstring.dll extension=php_exif.dll ;extension=php_fileinfo.dll extension=php_gd2.dll
i added the extension=php_oauth.dll above the extension=php_bz2.dll
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.