码迷,mamicode.com
首页 > Web开发 > 详细

php动态加载模块gettext

时间:2018-12-17 14:42:27      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:install   php.ini   bug   span   命令   text   command   执行   动态加载   

安装php的模块有两种方式:

一、重新编译php,加上--with-gettext

二、动态安装

  1、下载同版本的php原包,解压后进入ext目录,目录下便是模块

  2、进入gettext目录下执行:

    /usr/local/php/bin/phpize

    ./configure --with-php-config=/usr/local/php/bin/php-config

    make

    make install

      MAC安装时如遇到如下错误:

      Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20131226/

      cp: /usr/lib/php/extensions/no-debug-non-zts-20131226/#INST@79807#: Operation not permitted

      重启,按command+R,在命令终端输入csrutil disable

   3、在php.ini里添加上gettext.so

    extension = "gettext.so"

php动态加载模块gettext

标签:install   php.ini   bug   span   命令   text   command   执行   动态加载   

原文地址:https://www.cnblogs.com/instar/p/10130628.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!