PHP XML-RPC - 实验性的?我应该使用内置库还是 PEAR 库?
PHP 似乎并不缺乏 XML-RPC 解决方案。
我更喜欢使用实际上是 PHP 扩展的 - https://www.php.net/xmlrpc< /a> - 因为我运行的是 Ubuntu 10.04 LTS,并且我将拥有与我的 PHP 相匹配的库版本,而不必担心太多(而不是 PEAR 版本,它可能会更新到超出我当前的 PHP 版本)。
但是所有 PHP XML-RPC 页面上都有一个关于它是实验性的警告 - 然而,它已经存在多年(在 PHP 4.1 中实现)并且现在肯定应该稳定了吗?这是一个烂文档的情况,还是我真的应该避免使用这个库?
It doesn't seem that PHP is short on XML-RPC solutions.
I would prefer to use the one that is actually a PHP extension - https://www.php.net/xmlrpc - since I am running Ubuntu 10.04 LTS, and I will have the library version matching my PHP without too much to worry about (as opposed to the PEAR one, which could possibly be updated beyond my current PHP version).
But there's a warning on all the PHP XML-RPC pages about it being experimental - yet, it's been around for years (implemented in PHP 4.1) and surely should be stable by now? Is this a case of rotten documentation, or should I really avoid this library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未见过依赖该扩展的实时代码,只见过 PEAR 的 XML_RPC 或 Zend 等 PHP 库。
I've never seen live code that relied on that extension, only PHP libraries like PEAR's XML_RPC or Zend's.