


Xdebug, it is advisable to leave this setting set to 'On '.
INSTALL AMPPS CODE
showing stacktraces from your code with xdebug_disable(). If this setting is On then stacktraces will be shown by default on an error event. setting needs to be enabled only if you wish to use xdebug_get_declared_vars(). will not record which values the different variables have, for that use llect_params. This analysis can be quite slow as Xdebug has to reverse engineer PHP 's opcode arrays. This setting tells Xdebug to gather information about which variables are used in a certain scope. This setting, defaulting to Off, controls whether Xdebug should write the return value of function calls to the trace files. functions when a function call is recorded in either the function trace or the stack trace. This setting, defaulting to 0, controls whether Xdebug should collect the parameters passed to (), include_once(), require() or require_once() to the trace files. This setting, defaulting to On, controls whether Xdebug should write the filename used in include This makes it possible to trace code in the auto_prepend_file.

When this setting is set to on, the tracing of function calls will be enabled just before the script is run. >Note: If you're interested with the almost-complete XDebug's settings, copy the lines below instead: >Info: You can open your php.ini by AMPPS Control Panel > PHP > Configuration
INSTALL AMPPS HOW TO
Xdebug will provide you with a precise instruction on how to proceed.Then don't forget to click on "Analyse my phpinfo() output" button. Go to XDebug's Tailored Installation Instructions, and paste your phpinfo in the textarea provided.Select all text, then copy to clipboard (Ctrl+A then Ctrl+C). Once your in the main page of AMPPS, look for "PHP Info" then click it to see your, well, PHP Info.Using your favorite browser, go to If you setup a password for your AMPPS, it will ask for your password first before reaching the main page.Make sure that AMPPS' Apache server is running.Please refer to AMPPS Installation Documentation.įor Windows Vista and Windows 7 platforms, it is advised to avoid installing AMPPS in C:/ to prevent any troubles that might be caused by UAC. There will be no special setup for those, anyway. Windows and NetBeans installation instructions are allover the web. >Note: Only nstallation of AMPPS, XDebug and Yii will be tackled here.
INSTALL AMPPS MAC OS X
I'm sure many of us are familiar with NetBeans: it runs on Windows, Linux, Mac OS X and Solaris, is open-source and most importantly, it is free.Ī free debugging extension for PHP, and works quite well with NetBeans. Oh I forgot, it's for free!įor further details about AMMPS, follow this ( "link").

Some of the basic features of AMPPS is that it allows the administrator to easily This article will discuss how to setup your web development environment with the following specifications:ĪMPPS stands for Apache, Mysql, PHP, Perl, Python and Softaculous (yes, the one-click auto installer Softaculous which can be found in most web hosting).
