略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 安装

2024-05-05

安装

» PECL 扩展未与 PHP 捆绑。

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/geoip.

add a noteadd a note

User Contributed Notes 4 notes

up
3
falconshady at gmail dot com
1 year ago
Install geoip on php7.4:

# yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm
# yum install -y php74-php-pecl-geoip
# cp /etc/opt/remi/php74/php.d/40-geoip.ini /etc/php.d/
# vim etc/opt/remi/php74/php.d/40-geoip.ini -> change extension=geoip.so by /opt/remi/php74/root/usr/lib64/php/modules/geoip.so

Worked for me, I hope it helps you
up
-26
Justin
3 years ago
sudo su
yum install GeoIP-devel
mkdir /root/tmp
pear config-set temp_dir /root/tmp
pecl install -f geoip-1.1.1 # (Or latest)
Add 'extension=geoip.so' to /etc/php.ini
up
-37
Anonymous
8 years ago
@Centos 6.4
# yum install GeoIP-devel (from yum repo, epel)
# pecl install geoip
then, as prompt, put "extension=geoip.so" into php.ini. Works
up
-46
mikey03062 at yahoo dot com
9 years ago
if you are using RH (or CentOS) a simple

yum install php-pecl-geoip

worked for me.    So, before you read all the rest of these "install" instructions, try that.

官方地址:https://www.php.net/manual/en/geoip.installation.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3