调用未定义的函数 dba_handlers()

发布于 2024-11-10 01:42:39 字数 86 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北城半夏 2024-11-17 01:42:39

创建一个包含该文件的文件

<?php
phpinfo();

并在您的网络服务器上打开它。检查那里是否有任何地方提到 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

<?php
phpinfo();

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文