博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wamp环境下php命令运行时出现错误:无法启动此程序,因为计算机中丢失OCI.dll。尝试重新安装该程序以解决此问题...
阅读量:5093 次
发布时间:2019-06-13

本文共 1269 字,大约阅读时间需要 4 分钟。

将OCI相关的dll注释即OK,行首前加 ;

;extension=php_oci8.dll

;extension=php_oci8_11g.dll

;extension=php_pdo_oci.dll

如果提示是计算机中丢失libcs.dll

注释下面这行

;extension=php_sybase_ct.dll

其他的则同此方法

 

PHP出现以下错误Cannot find module (IP-MIB)

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) 

解决方法:

将php.ini中
注释掉 extension=php_snmp.dll

转载于:https://www.cnblogs.com/zhenzhong/archive/2013/05/10/3071411.html

你可能感兴趣的文章
jenkins常用插件汇总
查看>>
c# 泛型+反射
查看>>
第九章 前后查找
查看>>
Python学习资料
查看>>
jQuery 自定义函数
查看>>
jquery datagrid 后台获取datatable处理成正确的json字符串
查看>>
ActiveMQ与spring整合
查看>>
web服务器
查看>>
第一阶段冲刺06
查看>>
EOS生产区块:解析插件producer_plugin
查看>>
JS取得绝对路径
查看>>
排球积分程序(三)——模型类的设计
查看>>
HDU 4635 Strongly connected
查看>>
格式化输出数字和时间
查看>>
页面中公用的全选按钮,单选按钮组件的编写
查看>>
java笔记--用ThreadLocal管理线程,Callable<V>接口实现有返回值的线程
查看>>
(旧笔记搬家)struts.xml中单独页面跳转的配置
查看>>
不定期周末福利:数据结构与算法学习书单
查看>>
strlen函数
查看>>
关于TFS2010使用常见问题
查看>>