Advertisement
muddyme

PHP Extensions Enabled on IIS for WordPress

May 15th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. These notes are in relation to this WordPress Support thread
  2. http://wordpress.org/support/topic/wordpress-installation-problems?replies=8
  3.  
  4. It is useful to install the PHP Manager for IIS (<a href="http://phpmanager.codeplex.com/releases/view/62183 target="_blank">get it here</a>) because you can use this to more easily configure various settings in the PHP.INI file. You can’t configure all settings but many. You can use it to clearly see what PHP extensions are installed, enabled and you can use it to install additional extensions.
  5.  
  6. Once installed, you will see a PHP Manager icon in the IIS Manager dashboard.
  7.  
  8. When I setup PHP for WordPress enabling the required extensions was trial and error.
  9. Here's my list of 9 enabled PHP extensions (out of 35 installed) for WordPress to work on Windows 2008 RC, IIS7, PHP 5.4.24
  10.  
  11. php.curl.dll
  12. php.gd2.dll
  13. php.gettext.dll
  14. php.mbstring.dll
  15. php.mysql.dll
  16. php.openssl.dll
  17. php.soap.dll
  18. php.xmlrpc.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement