zend server ce macosx 上国际扩展的 ICU 升级

发布于 2024-12-05 21:44:50 字数 196 浏览 0 评论 0原文

在 zend server ce macosx 上哪里安装新版本的 icu for intl ext?

我按照自述文件中的描述进行了尝试,但它安装在 /usr/local/lib 中,而 zend 服务器位于 /usr/local/zend 中 Zend phpInfo 仍然显示旧的。

我如何让它与 zend 一起工作?

谢谢。

Where do I install the new version of icu for intl ext on zend server ce macosx?

I tried as described on readme file but it installed it in /usr/local/lib and zend server is in /usr/local/zend
Zend phpInfo still shows the old one.

How do I get it to work with zend?

Thanks.

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

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

发布评论

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

评论(1

孤独难免 2024-12-12 21:44:50

http://devzone.zend.com/ 中找到了很棒的文章1442/编译-php-extensions-with-zend-server/。适用于 ubuntu 10.04.3,因此也适用于 mac:

  1. 从 zend 存储库安装 php 源
  2. 安装/更新 libicu-dev 和 libicu42
  3. cd /usr/local/zend/share/php-source/php-5.3.7RC4/ext/ intl/
  4. /usr/local/zend/bin/phpize
  5. ./configure --with-php-config=/usr/local/zend/bin/php-config
  6. make
  7. make install

Found great article in http://devzone.zend.com/1442/compiling-php-extensions-with-zend-server/ . worked for ubuntu 10.04.3 so also should work for mac:

  1. Install php sources from zend repository
  2. install/update your libicu-dev and libicu42
  3. cd /usr/local/zend/share/php-source/php-5.3.7RC4/ext/intl/
  4. /usr/local/zend/bin/phpize
  5. ./configure --with-php-config=/usr/local/zend/bin/php-config
  6. make
  7. make install
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文