当前位置:网站首页>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边栏推荐
- Do you charge for PDF merging software? Programmers make one by themselves
- Quick view of product trends in February 2021
- 重新定义存储架构,华为用了不止5颗“芯”
- Comparison of similarities and differences between easynvr video edge computing gateway and easynvr software versions
- Classic examples of C language 100
- Industrial security experts talk about how to guarantee the safety of data elements in the rapid development of digital economy?
- Go language GC implementation principle and source code analysis
- New MySQL 8.0 feature - enhanced logical backup recovery
- "Competition" and "opportunity" hidden in security operation in the cloud Era
- TCB series learning articles - using redis extension in cloud functions
猜你喜欢
随机推荐
Analysis and introduction of NFT meta universe source code construction
Solution to the problem that qlineedit setting qdoublevalidator setting range is invalid
Research on clock synchronization performance monitoring system based on 1588v2 Technology
Release! Tencent IOA and Tencent sky screen were selected into the first batch of certified products of domestic digital trusted services
[2021 taac & Ti-One] frequently asked questions related to the notebook function
MySQL learning -- table structure of SQL test questions
C4D learning notes
After the collective breakthrough, where is the next step of China's public cloud?
Common GCC__ attribute__
Several schemes of traffic exposure in kubernetes cluster
Advanced anti DDoS IP solutions and which applications are suitable for use
Users of the Tiktok open platform are authorized to obtain the user's fan statistics and short video data
Litamin: SLAM Based on geometric approximation of normal distribution
Tensor and tensor network background and significance - basic knowledge
QQ domain name detection API interface sharing (with internal access automatic jump PHP code)
区块哈希游戏竞猜系统开发(成熟代码)
网站SEO排名越做越差是什么原因造成的?
Zabix5.0-0 - agent2 monitoring MariaDB database (Linux based)
Cloud native monitoring configuration self built alertmanager to realize alarm
What is the reason for the worse website SEO ranking?

