Skip to content

Instantly share code, notes, and snippets.

View blogmastigado's full-sized avatar

Mastigado blogmastigado

View GitHub Profile
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.ServiceProcess;
using System.Text;
#After compile your PHP 7
wget http://xdebug.org/files/xdebug-2.5.tgz
#Descompressing
tar -xzf xdebug-2.5.tgz
#Go on directory and execute phpize
cd xdebug-2.5/
/opt/php7/bin/phpize
./configure --enable-xdebug --with-php-config=/opt/php7/bin/php-config