当前位置:网站首页>Php7.4.28 installing the pcntl extension
Php7.4.28 installing the pcntl extension
2022-06-24 17:27:00 【Yu Qin】
1、 Download the same version of php( My is php5.6.27, What I'm doing is php5.6.28)
[[email protected] lamp]# wget http://hk1.php.net/get/php-7.4.28.tar.gz/from/this/mirror
2、 decompression php:
tar -zxvf mirror3、 Get into php-7.4.28/ext/pcntl/
cd php7.4.28/ext/pcntl/4、 Carry out orders phpize
[
1: Go to the root directory :cd /
2: lookup phpize:find -name phpize
3: function phpize:/usr/bin/phpize
Configuring for:
PHP Api Version: 20131106
Zend Module Api No: 20131226
Zend Extension Api No: 220131226
5、 Execute configuration command php-config
./configure --with-php-config=/usr/bin/php-config6、 compile make && make install
make && make installThere may be a mistake : Warning : Clock error detected . Your creation may be incomplete .
resolvent :
Get into php-5.6.28 Catalog
sed -i 's|PHP_FE_END|{NULL,NULL,NULL}|' ./ext/**/*.c
sed -i 's|ZEND_MOD_END|{NULL,NULL,NULL}|' ./ext/**/*.c边栏推荐
- Elastic searchable snapshot function (frozen Tier 3)
- Tencent monthly security report helps rural revitalization, releases cloud security reports, and jointly builds a joint network security laboratory
- Welcome to the network security threat information sharing program
- Live broadcast Preview - on April 1, I made an appointment with you to explore tcapulusdb with Tencent cloud
- 重新定义存储架构,华为用了不止5颗“芯”
- Conditional competition overview
- Solution to the problem that qlineedit setting qdoublevalidator setting range is invalid
- How to use SEO to increase the inquiry volume?
- Leveldb source code analysis -- log file format
- IBM:以现代化架构支撑AI与多云时代的企业数字化重塑
猜你喜欢
随机推荐
Yiwen teaches you to understand the stack operation in go
Implement typescript runtime type checking
March 27, 2021: give you a head node of the linked list, and rotate the linked list
Redis source code analysis RDB
When the game meets NFT, is it "chicken ribs" or "chicken legs"?
Common GCC__ attribute__
zblog系统如何根据用户ID获取用户相关信息的教程
This time, talk about the dry goods of industrial Internet | TVP technology closed door meeting
Explore cloudera manager management software tuning (1)
Erc-721 Standard Specification
Snapshot management for elastic cloud enterprise
Can you remember the code of a programming boss? Can you hit it out without Baidu?
[version upgrade] Tencent cloud firewall version 2.1.0 was officially released!
IBM: supporting AI and enterprise digital reshaping in the cloud era with modern architecture
Today, Tencent safety and SAIC Group officially announced!
构建跨公链平台解决DApp开发问题
Uncover the secrets of Tencent R & D! 30% of the demand will be responded within 1 day!
"Competition" and "opportunity" hidden in security operation in the cloud Era
Leveldb source code analysis -- open the database
Using easyjson to improve the efficiency of serialization transmission

