This article describes how to compile and install xdebug in Ubuntu environment. Share with you for your reference, the details are as follows: We have previously introduced how to compile and install PHP and Nginx in Ubuntu. Here we will explain how to compile and install xdebug from source code. Download and unzip xdebug xdebug download address: https://xdebug.org/download.php I downloaded 2.3.3. Actually, I don’t know the difference between these versions, so I just downloaded one at random. cd /usr/local/src wget https://xdebug.org/files/xdebug-2.3.3.tgz tar -zxvf xdebug-2.3.3.tgz Compile and install xdebug PHP is installed in the /opt/php path cd /usr/local/src/xdebug-2.3.3 /opt/php/bin/phpize ./configure --prefix=/opt/xdebug --with-php-config=/opt/php/bin/php-config make && make install After successful installation, the following information will be displayed:
Configure php.ini We add the xdebug extension at the end of php.ini: zend_extension=/opt/php/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so Restart nginx to take effect. If you can't find php.ini, you can use I hope this article will help you configure your Ubuntu environment. You may also be interested in:
|
<<: MySQL 8.0.12 Simple Installation Tutorial
>>: Vue.js cloud storage realizes image upload function
Table of contents 1. Event Processing Model 1. Ev...
Table of contents 1. switch 2. While Loop 3. Do/W...
An absolute URL is used to represent all the conte...
Table of contents 1 Create configuration and data...
Problem phenomenon: [root@localhost ~]# docker im...
01. Command Overview The paste command will merge...
1. What is a proxy server? Proxy server, when the...
Differences between Docker and Docker Machine Doc...
The meaning of key_len In MySQL, you can use expl...
Today I will introduce how to enable the Linux su...
Table of contents Registering Components Adding C...
The progress bar is not smooth I believe that mos...
Table of contents Overview 1. Menu and routing pr...
The growth path from a Linux novice to a Linux ma...
First, download the green free installation versi...