Changes between Version 8 and Version 9 of Howto/XDebugAndPHPEclipse
- Timestamp:
- 03/11/09 13:16:15 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto/XDebugAndPHPEclipse
v8 v9 41 41 42 42 == XDebug config == 43 '''Note:''' When installing precompiled XDebug binaries (under Windows for example), ensure that the PHP and XDebug build versions are compatible. XDebug needs to be built specifically for the PHP version in use, so if they don't match, you may well find yourself chasing your own tail for some time. This tends not to be so much of an issue if you're building your own XDebug libraries or are using a platform which supports package management. 44 43 45 Your server may have a /etc/php.d directory with extra configuration options in it for php. If not you will need to add the following code to your php.ini file. If you have a php.d directory create a new file in that directory named xdebug.ini and add the following code: 44 46 {{{
