PHP XML-RPC - 实验性的?我应该使用内置库还是 PEAR 库?

发布于 2024-10-29 02:27:11 字数 365 浏览 3 评论 0原文

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 技术交流群。

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

发布评论

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

评论(1

-残月青衣踏尘吟 2024-11-05 02:27:11

我从未见过依赖该扩展的实时代码,只见过 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.

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