Title: php errors during install
Last modified: August 20, 2016

---

# php errors during install

 *  [tburdick](https://wordpress.org/support/users/tburdick/)
 * (@tburdick)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/php-errors-during-install/)
 * i am running a windows 2k server (old, yes i know) with IIS 5.0
 * i’ve installed php 5.2.17. my php pages load properly. i have mysql 5.1.57. i
   creatted the database to use.
 * however, when attempting to install wordpress, i get the following errors:
 * “PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_filepro.
   dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning:
   PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_ifx.dll’ – The specified
   module could not be found. in Unknown on line 0 PHP Warning: Module ‘bz2’ already
   loaded in Unknown on line 0 PHP Warning: Module ‘curl’ already loaded in Unknown
   on line 0 PHP Warning: Module ‘dba’ already loaded in Unknown on line 0 PHP Warning:
   Module ‘dbase’ already loaded in Unknown on line 0 PHP Warning: Module ‘fdf’ 
   already loaded in Unknown on line 0 PHP Warning: Module ‘gd’ already loaded in
   Unknown on line 0 PHP Warning: Module ‘gettext’ already loaded in Unknown on 
   line 0 PHP Warning: Module ‘imap’ already loaded in Unknown on line 0 PHP Warning:
   Module ‘interbase’ already loaded in Unknown on line 0 PHP Warning: Module ‘ldap’
   already loaded in Unknown on line 0 PHP Warning: Module ‘mbstring’ already loaded
   in Unknown on line 0 PHP Warning: Module ‘mcrypt’ already loaded in Unknown on
   line 0 PHP Warning: Module ‘mhash’ already loaded in Unknown on line 0 PHP Warning:
   Module ‘mime_magic’ already loaded in Unknown on line 0 PHP Warning: Module ‘
   ming’ already loaded in Unknown on line 0 PHP Warning: Module ‘msql’ already 
   loaded in Unknown on line 0 PHP Warning: Module ‘mssql’ already loaded in Unknown
   on line 0 PHP Warning: Module ‘mysql’ already loaded in Unknown on line 0 PHP
   Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_oci8.dll’–
   The specified module could not be found. in Unknown on line 0 PHP Warning: PHP
   Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_oci.dll’ – The specified
   module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable
   to load dynamic library ‘C:\PHP\ext\php_pdo_oci8.dll’ – The specified module 
   could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to 
   load dynamic library ‘C:\PHP\ext\php_pdo_sqlite_external.dll’ – The specified
   module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable
   to load dynamic library ‘C:\PHP\ext\php_sybase_ct.dll’ – The specified module
   could not be found. in Unknown on line 0 PHP Warning: Module ‘exif’ already loaded
   in Unknown on line 0 Cannot find module (IP-MIB): At line 0 in (none) Cannot 
   find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line
   0 in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module(
   SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 in(
   none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) Cannot find module(
   UCD-DEMO-MIB): At line 0 in (none) Cannot find module (SNMP-TARGET-MIB): At line
   0 in (none) Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
   Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module(
   UCD-DLMOD-MIB): At line 0 in (none) Cannot find module (SNMP-FRAMEWORK-MIB): 
   At line 0 in (none) Cannot find module (SNMP-MPD-MIB): At line 0 in (none) Cannot
   find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none) Cannot find module (
   SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot find module (SNMPv2-TM): At
   line 0 in (none) “
 * it might be the php.ini, but i checked it, my extensions directory is there, 
   the extension dll’s are all in the folder, and they’re all uncommented out in
   the ini file. if i completely remove the ini file, it loads, but then hals because
   the msql connector doesn’t exist.
 * any thoughts? i’ve been fighting with my server for about 12 hours now.

Viewing 1 replies (of 1 total)

 *  [WAP Support](https://wordpress.org/support/users/argonius/)
 * (@argonius)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/php-errors-during-install/#post-2084479)
 * You are missing to include some PHP extensions
    C:\PHP\ext\php_filepro.dll or
   C:\PHP\ext\php_ifx.dll
 * Check if these existed on paths, and in php.ini configuration file. You can include
   them in php.ini like this:
 * extension=php_filepro.dll
    extension=php_ifx.dll
 * Check if they existing in php.ini but are commented like this:
    ;extension=php_filepro.
   dll
 * If you use PHP on local just for development or testing, not production, the 
   best and easiest way is to install some of all-in-one tools with apache, php 
   and db like XAMPP or WAMP (google for it)

Viewing 1 replies (of 1 total)

The topic ‘php errors during install’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 1 reply
 * 2 participants
 * Last reply from: [WAP Support](https://wordpress.org/support/users/argonius/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/php-errors-during-install/#post-2084479)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
