不從新編譯php,增長動態模塊(以mbstring模塊爲例)

本文參考: http://blog.chinaunix.net/uid-366408-id-116428.html  php

下載mbstring的源碼包,php源碼包裏就有mbstring的源代碼

解壓php源碼包,進入mbstring源碼包
> cd /tmp/src/php-5.4.26/ext/mbstring/ html

開始安裝第一步,--with-php-config指向的是php安裝目錄的php-config
> ./configure --with-php-config=/opt/software/php-5.4/bin/php-config apache

安裝第二步
> make; make install 服務器

安裝完成之後,mbstring.so文件就在php-config裏指向的extension_dir裏面
編輯php.ini文件,加入一行
extension=mbstring.so ui

重啓apache服務器
> service httpd restart   spa


yum install php-mbstring 而後重啓apache .net

相關文章
相關標籤/搜索