在 OS X Leopard 上安装 PDO

发布于 2024-08-02 11:50:19 字数 65 浏览 3 评论 0原文

在 OS X Leopard 的默认 php 安装上安装 PDO 最简单的方法是什么?我正在尝试让 ModX 运行。

What's the easiest way to install PDO on the default php installation of OS X Leopard? I'm trying to get ModX running.

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

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

发布评论

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

评论(2

站稳脚跟 2024-08-09 11:50:19

使用 Leopard 默认 PHP 构建 PHP 扩展可能会很麻烦。如果您只是在进行开发工作,请查看 MAMP,它有一大堆扩展(包括用于MySQL 和 PostgreSQL)内置。它包含自己的 Apache 副本,因此您不会使用 OS X 默认的 Apache。别担心,无需安装。

第二个选项是 Mark Liyanage 的 PHP 包,它是您可以使用的 PHP 模块是 Leopard 附带的一个,但内置了很多扩展。

MAMP 更简单,但 Liyanage 的软件包可与内置 Web 服务器配合使用。

It can be a hassle to build PHP extensions with the Leopard default PHP. If you are just doing development work, look into MAMP, which has a whole bunch of extensions (including PDO for MySQL and PostgreSQL) built-in. It includes its own copy of Apache so you won’t be using the OS X default Apache. Don’t worry, there’s no installation needed.

A second option is Mark Liyanage’s PHP package which is a PHP module that you use instead of the one that comes with Leopard, but has a lot of extensions built-in.

MAMP is easier, but Liyanage’s package works with the built-in web server.

神爱温柔 2024-08-09 11:50:19

如果您正在寻找比 MAMP 更强大的东西,我建议 Zend Server 社区版。它与 MAMP 类似,但使您可以更好地控制服务器环境。

If you're looking for something that's a little bit more robust than MAMP, I'd recommend Zend Server Community Edition. It's similar to MAMP, but gives you more control over your server environment.

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