1

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

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

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

谢谢。

4

1 回答 1

1

在http://devzone.zend.com/1442/compiling-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. 制作
  7. 进行安装
于 2011-11-22T10:05:36.017 回答