运行 Magento Web 服务 API 的最低 PHP 版本
有人可以建议如何了解 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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.