View Issue Details

IDProjectCategoryView StatusLast Update
0000952XdebugInstallationpublic2013-10-14 01:39
Reporteratljj Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformPCOSWindows7 
Product Version2.2.3 
Summary0000952: Xdebug shows as Not Installed
Description

I am following steps from, "How to setup a free PHP Debugger using Eclipse PDT + Xdebug", and Xdebug shows as Not Installed.

I have completed steps through 5.3 including:

Installation of latest Java, Installation of latest Xampp and downloading Xdebug into path: c:\xampp\phi\ext\php_xdebug-2.2.3-5.3-vc9-nts-x86_64.dll

Modified c:\xampp\php\php.ini per step 4.2. :
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-2.2.3-5.3-vc9-nts-x86_64.dll"
;zend_extension = C:\xampp\php\ext\
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "C:\xampp\tmp"

Per step 4.5.3 Check for Xdebug in the phpinfo page, shows that Xdebug is not installed... Help please

Steps To Reproduce

Stop Xampp, restart Xampp, call the path "Localhost" from browser and the Xampp main page starts. Click on left menu option for phpinfo()and it does not show any reference to Xdebug. I also attached the printout of the generated Tailored Installation Instructions that also show Xdebug installed: no

TagsNo tags attached.
Operating SystemWindows7
PHP Version5.4.7

Activities

derick

2013-06-22 13:01

administrator   ~0002506

The wizard didn't know which file you should download. Can you please put the text that you copied and pasted into the wizard in a text file, zip it, and attach it to this report?

atljj

2013-06-25 20:13

reporter   ~0002524

I just submitted file phpinfo.pdf ...

I believe this is the file that you are looking for, Thanks

derick

2013-07-23 10:48

administrator   ~0002541

@atljj, no, that is not what I asked for. I asked for:

  • Can you please put the text that you copied and pasted into the wizard in a text file, zip it, and attach it to this report?

derick

2013-10-14 01:39

administrator   ~0002587

Requested feedback was not provided, and I can't reproduce this.