运行 Magento Web 服务 API 的最低 PHP 版本

发布于 2024-10-21 20:46:10 字数 331 浏览 2 评论 0原文

有人可以建议如何了解 Magento v1.4.xx Web 服务工作的最低 PHP 版本吗?

编辑:-
我的问题是我正在尝试运行 API Web 服务(已尝试 V2 和普通 SOAP)来下载商店列表。但没有任何返回,没有错误,没有显示任何内容。我还尝试过运行时配置(使用内置函数“ini_set()”),但徒劳无功:-soap.wsdl_cache_enabled

  • =
  • 0soap.wsdl_cache_ttl=
  • 0display_errors=1

提前致谢。

Can anybody please suggest how to know the minimum PHP version, for working of the Magento v1.4.x.x Web Services?

EDIT:-
My problem is that I am trying to run an API Web Service (having tried both V2 & normal SOAP) for downloading Store Lists. But nothing is returning, no error, no display nothing. I have also tried with run-time configurations (using in-built function "ini_set()"), but in vain:-

  • soap.wsdl_cache_enabled = 0
  • soap.wsdl_cache_ttl = 0
  • display_errors = 1

Thanks in advance.

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

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

发布评论

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

评论(1

西瓜 2024-10-28 20:46:10

在 Magento 网站 上列出的 PHP (5.2.13+) 版本要求应用于最新版本。就Web服务而言,只要满足PHP版本要求,并且SOAP模块 已安装并启用,您应该不会有任何问题。对于 1.4.xx 等早期版本,来自 way 的最后一个条目后面的机器显示 5.2.0+ 因此可以肯定地假设最新的 5.2.x 的 PHP 可以工作。

The PHP version requirements listed on Magento's site for PHP (5.2.13+) should be used for the latest releases. As far as the Web Services, as long as the PHP version requirements are met, and the SOAP module is installed and enabled you shouldn't have any problems. For previous versions like 1.4.x.x, the last entry from way back machine shows 5.2.0+ So it would safe to assume the latest 5.2.x of PHP will work.

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