When using Pagoda to install the php extension, it shows that the php extension is successfully installed, but it does not when viewed with the phpinfo function.
Solution:
Enter ssh and enter the following command
wget -O ext.sh http://125.88.182.172:5880/ext/ext.sh && sh ext.sh
Follow the instructions to install and find that it is installed to Finally,
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
appeared. Then I went to Google and found out that the installation of autoconf was missing. Then I installed it with yum install autoconf and reinstalled the php extension and it was OK.
1. Enter ssh and enter the following command
wget -O ext.sh http://125.88.182.172:5880/ext/ext.sh && sh ext.sh
##2. Press Enter and choose to install or uninstall according to the prompts
The above content is for reference only!
Recommended tutorial:
The above is the detailed content of Pagoda installation php does not display. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Chinese version
Chinese version, very easy to use

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
