How to install php extension on ubuntu: 1. Execute "sudo apt-get install php-gd"; 2. Execute "sudo apt-get install php-mbstring".
The operating environment of this article: Windows7 system, PHP7.1 version, DELL G3 computer
How to install php extension on ubuntu?
ubuntu 16.04 Installing PHP extensions
1. In the past, to enable PHP extensions on Windows, just find the corresponding extension directly in the php.ini file, and then remove the preceding The semicolon is enough.
2. Now on ubuntu 16.04, I found that this does not work. Finally, through Baidu, I learned that the corresponding module should be installed.
3. For example, to enable the gd2 extension, you must install:
sudo apt-get install php-gd
4. To enable the mbstring extension, you must install:
sudo apt-get install php-mbstring
ps: As for this I haven’t studied the principle in detail. Anyway, it’s enough for now.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to install php extension on ubuntu. 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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

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

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Chinese version
Chinese version, very easy to use
