与mamp的学说?
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有什么问题吗?教义需要 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).
开始使用它吧。
您不会使用 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.