search
HomeBackend DevelopmentPHP7How to install igbinary extension in php7

Applicable to Centos6.x and Centos7.x systems. PHP uses version 7.1. The wlnmp one-click package already supports this extension.

igbinary expansion package address:

https:/ /pecl.php.net/package/igbinary

1. Install the required dependencies. If you are prompted that other dependencies are missing during compilation, please install them yourself

yum install autoconf gcc gcc-c++ wget

2. Download igbinary The latest stable version

wget https://pecl.php.net/get/igbinary-3.0.1.tgz
tar xf igbinary-3.0.1.tgz
cd igbinary-3.0.1
/usr/local/php/bin/phpize

can be run according to the location of your own phpize (if you don’t know where phpize is, just find / -name phpize to find it). After running, the following information will be displayed, and then compile

Configuring for:
PHP Api Version: 20160303
Zend Module Api No: 20160303
Zend Extension Api No: 320160303

3. Compile the extension module

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

After the execution is completed, the directory where the extension module was compiled will be displayed /usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/

4. Modify php.ini to add extensions

extension_dir = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/"
extension=igbinary.so

Note: If the extension_dir path has been configured before, you only need to configure extension=igbinary.so

Save and exit, restart php

You can see through phpinfo that the extension has taken effect

How to install igbinary extension in php7

For more related PHP7 content, please visit: "PHP7" Tutorial

The above is the detailed content of How to install igbinary extension in php7. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:whsir. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools