2011-09-21 79 views
1

在哪裏可以在zend服務器ce macosx上安裝新版本的icu for intl ext?在Zend服務器ce上進行intl擴展的ICU升級macosx

我嘗試了自述文件中的描述,但它將其安裝在/ usr/local/lib中,並且zend服務器位於/ usr/local/zend中 Zend phpInfo仍顯示舊的文件。

我如何使它與zend一起工作?

謝謝。

回答

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 /本地/的Zend /股/ 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