调用未定义的函数 dba_handlers()
我在 php.ini 中查找启用 DBA 扩展的选项,并找到了“php_dba.dll”。但是,在“ext”文件夹中没有具有此名称的文件。我在哪里可以得到它?
I looked in my php.ini for an option to enable the DBA extension and I found "php_dba.dll". However in the "ext" folder there is no such file with this name. Where can I get it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个包含该文件的文件
并在您的网络服务器上打开它。检查那里是否有任何地方提到 Berkeley 数据库。
如果您没有发现任何内容,请按照 http://www.php.net/manual/en/ dba.installation.php 还处理此页面上的警告通知。
PHP 从 4.3 版本开始就可以使用 dba_handlers() 了,你至少有 4.3 版本吗?重启服务器时是否出现缺少 php_dba.dll 的错误消息?
Create a file which contains
and open it on your Webserver. Check there if the Berkeley db is mentioned anywhere.
If you found nothing follow http://www.php.net/manual/en/dba.installation.php also take care of the warning notice on this page.
dba_handlers() is available in PHP since the version 4.3 do you have at least 4.3? Is there a error message about missing php_dba.dll when you restart your server?