有没有地方可以找到 PHP 的所有扩展?

发布于 2024-08-23 17:49:45 字数 312 浏览 7 评论 0原文

现在我正在寻找php_pdo_mysql.dll版本5.2.5.5

只找到了这个:

http://dllcentral.com/php_pdo_mysql.dll/5.2.5.5/

但是我的zend studio 5.5说它无效!

还有其他地方可以碰碰运气吗?

Now I'm seeking of php_pdo_mysql.dll version 5.2.5.5,

only found this:

http://dllcentral.com/php_pdo_mysql.dll/5.2.5.5/

But my zend studio 5.5 says it's invalid!

Is there any other place I can try my luck?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

故事↓在人 2024-08-30 17:49:45

Brrr,我真的不会从这样的位置下载二进制文件(可以在系统上做任何他们想做的事情,甚至可能是提供服务的网页)。

从 5.0 开始,PDO 不是默认包含在 PHP 中了吗?

来自 PDO 安装手册

PDO 和所有主要驱动程序都作为共享扩展与 PHP 一起提供,只需通过编辑 php.ini 文件即可激活:

Brrr, I really wouldn't download binaries (that could do anything they please on the system, and possibly even the web pages that get served) from locations like that.

Isn't PDO included in PHP by default since 5.0?

From the PDO installation manual:

PDO and all the major drivers ship with PHP as shared extensions, and simply need to be activated by editing the php.ini file:

无边思念无边月 2024-08-30 17:49:45

据我所知,pdo 扩展是 php 安装时默认的。
您应该尝试取消注释 php.ini 文件中的包,然后重新加载 apache。

THe pdo extentions come default with php installation as far as I know.
You should try to uncoment the package in your php.ini file and then reload apache.

全部不再 2024-08-30 17:49:45

看看 this 我以为你不需要DLL根本就没有。来自此处

PDO 随 PHP 5.1 一起提供,并且
可作为 PHP 的 PECL 扩展
5.0; PDO 需要 PHP 5 核心中的新 OO 功能,因此不会
使用早期版本的 PHP 运行。

Looking at this I would have thought that you wouldn't need a DLL at all. From here:

PDO ships with PHP 5.1, and is
available as a PECL extension for PHP
5.0; PDO requires the new OO features in the core of PHP 5, and so will not
run with earlier versions of PHP.

唐婉 2024-08-30 17:49:45

官方二进制文件可以在以下位置找到:

http://windows.php.net/download/

但是,你说你已经有一个 Windows 二进制文件了。仔细看看:您应该已经有了该 DLL。您可能需要重新运行安装程序并选择该扩展。

Official binaries can be found at:

http://windows.php.net/download/

However, you say you already have a Windows binary. Look at it carefully: you should already have that DLL available. Probably, you need to rerun the installer and select that extension.

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