与mamp的学说?

发布于 2024-08-29 13:38:16 字数 181 浏览 3 评论 0原文

我想在我的 mamp 上使用学说。

但根据学说的文档,它需要 php 版本 5.2.3 或更高版本。

我已经用 phpinfo() 在 mamp 中检查了我当前的版本,它说我的版本是 5.2.11。

我怎样才能让 mamp 与原则一起工作?我从来没有手动升级过 php 引擎。

谢谢!

i want to use doctrine with my mamp.

but according to doctrine's documentation it requires php version 5.2.3 or greater.

i've checked my current version in mamp with phpinfo(), it says i've got version 5.2.11.

how can i get mamp to work with doctrine? i have never upgraded php engine manually.

thanks!

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

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

发布评论

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

评论(2

走过海棠暮 2024-09-05 13:38:16

有什么问题吗?教义需要 5.2.3,你有 5.2.11。

11> 3、不是吗?

它会起作用...

我认为您只是将“5.2.11”与“5.2.1.1”(甚至不存在)混淆了。

What's the problem? Doctrine needs 5.2.3, you have 5.2.11.

11 > 3, isn't it?

It will work ...

I think you just confused "5.2.11" with "5.2.1.1" (which doesn't even exist).

小草泠泠 2024-09-05 13:38:16

开始使用它吧。

您不会使用 Doctrine 的所有功能,并且并非所有功能都需要 PHP 5.2.3。我用 Doctrine 1.2 和 PHP 5.1.9 完成了很多项目。有时会缺少小函数(例如 spl_object_hash),但很容易用自定义函数替换它们。

Just start using it.

You will not use all the features of Doctrine, and not all features require PHP 5.2.3. I have done quite a lot of projects with Doctrine 1.2 and PHP 5.1.9. Sometimes small functions are missing (like spl_object_hash for example), but it's easy to replace them with custom one.

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