

Tasks such as checking the server status and security launch tools like phpMyAdmin and Webalizer analytics can be carried out from the control panel with ease. It also includes some very useful tools such as the phpMyAdmin database administration tool, Mercury mail server, FileZilla FTP server, programming language, and JSP server Tomcat.Įasily you can configure the above services in the XAMPP control panel. As mentioned above Apache, Maria DB (MySQL), PHP and Perl are its most popular tools. There is a start button on XAMPP which initiates the web server and other processes. It is a complete open source package very easy to use, on the contrary to the other WAMP packages. XAMPP has been set up to be the simplest and easiest method to install and run a development server.

ace_output_dir = "c:\xampp\tmp " 36000 = 10h xdebug.remote_cookie_expire_time = 36000 Xdebug.remote_handler = "dbgp " xdebug.remote_host = "127.0.0.1 " xdebug.remote_log = "c:\xampp\tmp\xdebug.txt " xdebug.remote_port = 9000

Xdebug.profiler_output_dir = "c:\xampp\tmp " xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = 1 zend_extension = "c:\xampp\php\ext\php_xdebug.dll " zend_extension = "c:\xampp\php\ext\php_xdebug-2.9.7-7.4-vc15-x86_64.dll" xdebug.remote_autostart = 1 Scroll down to the section (or create it) and copy/paste these lines: Open the file C:\xampp\php\php.ini with Notepad++ĭisable output buffering: output_buffering = Off Move the downloaded dll file to: C:\xampp\php\ext If the file C:\xampp\php\ext\php_xdebug.dll already exists, you can skip the download.ĭownload Xdebug for the specific PHP version: Microsoft Visual C++ Redistributable for Visual Studio 2015, 20.
