Cannot start php.exe

Hi, I downloaded PHP 7.2 this version phpinfo()
Aiming to use it as a CLI Interpreter for PHP Storm.
However it did not work out and when I started the php.exe directly, that showed the pack of errors below
Please lt me know how can i fix this?

PHP Warning: PHP Startup: Unable to load dynamic library ‘php_excel.dll’ (tried: ext\php_excel.dll (The specified module could not be found.), ext\php_php_excel.dll.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘php_imagick.dll’ (tried: ext\php_imagick.dll (The specified module could not be found.), ext\php_php_imagick.dll.dll (The specified module could not be found.)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘php_svn.dll’ (tried: ext\php_svn.dll (The specified module could not be found.), ext\php_php_svn.dll.dll (The specified module could not be found.)) in Unknown on line 0
MIB search path: /usr/share/snmp/mibs
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 (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)

Where did you download it from? Are you installing it into Wamp or Xamp? It is saying that you are missing three library modules. did you download those too?

Tell us which server you are using and where you download 7.2 from. (The phpinfo() is only your local version that is throwing the errors. You are missing php_excel, php_imagick and php_svn which are all sub-modules. It appears you did not install those…

Sponsor our Newsletter | Privacy Policy | Terms of Service