Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the ways to install extensions in php

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Today Xiaobian to share with you the php installation extension method has what related knowledge points, detailed content, clear logic, I believe most people are still too familiar with this knowledge, so share this article for your reference, I hope you have read this article after harvest, let's learn about it together.

Use phpize to prepare the conversion environment for the PHP extension library. This generates extname.so and automatically places it in the PHP extensions directory. You need to tweak php.ini to add extension= extensionname.so before you can use this extension library.

$ wget extension.tar.gz$ tar ...$ cd php-7.1/extension/extname$ /usr/local/php/bin/phpize$ ./ configure$ make# make install

Download and compile the source code for extension name and install extension_dir in extension name.so. So extname.so can be loaded via php.ini.

#Find extension $ pecl search extname#Install extension $ pecl install extname#Uninstall extension $ pecl uninstall extname

3, install PHP extension yum command automatically configure php.ini file, installed directly after use, very convenient. The downside is that there is no corresponding extension package in apt or yum.

~# yum install -y php-pecl-memcachedReading package lists... DoneReading state information... Done... The above is "php installation extension method what" all the content of this article, thank you for reading! I believe everyone has a great harvest after reading this article. Xiaobian will update different knowledge for everyone every day. If you want to learn more knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report