From: Operating system: Windows 7 64 bit PHP version: 5.3.2 Package: Windows Installer Bug Type: Bug Bug description:Missing DLLs that are not missing.
Description: ------------ First of all: I've uninstalled previous PHP version 5.2.11 and erased the whole folder where it was installed. So the machine is PHP-clean. I run the msi (VC9), everything goes smoothly. I opt to install all extensions. I configure the apache 2.x. Installation is completed succesfully. I type in cmd.exe I go to folder where i have helloworld.php I type php helloworld.php I get this: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86 )\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:\Program Files (x86 )\PHP\ext\php_oci8_11g.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86 )\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 No log handling enabled - turning on stderr logging 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 (HOST-RESOURCES-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 (NOTIFICATION-LOG-MIB): 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 (NET-SNMP-AGENT-MIB): At line 0 in (none) Cannot find module (DISMAN-EVENT-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) hello world Paths to DLLs are correct, files are there. WTF? I've uninstalled and installed few times already and still the same. Each time I reinstall - I completely remove the whole PHP folder after running msi uninstall, so there's no chance that something is left from previous installation. -- Edit bug report at http://bugs.php.net/bug.php?id=52278&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=52278&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=52278&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=52278&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=52278&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=52278&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=52278&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=52278&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=52278&r=needscript Try newer version: http://bugs.php.net/fix.php?id=52278&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=52278&r=support Expected behavior: http://bugs.php.net/fix.php?id=52278&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=52278&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=52278&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=52278&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=52278&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=52278&r=dst IIS Stability: http://bugs.php.net/fix.php?id=52278&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=52278&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=52278&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=52278&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=52278&r=mysqlcfg
