View Issue Details

IDProjectCategoryView StatusLast Update
0000922XdebugDocumentationpublic2016-11-27 18:56
Reporterjonathanl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.2.1 
Summary0000922: The "Tailored Installation Instructions" at http://www.xdebug.org/wizard.php can give incorrect advice
Description

Step 3 fails to suggest enclosing the path to the extension library in double quotes in the event the path to a PHP installation has spaces in it.

Step 3 incorrectly states the following:
Edit C:\Program Files (x86)\PHP\php-5.3.6-Win32-VC9-x86\php.ini and add the line
zend_extension = C:\Program Files (x86)\PHP\php-5.3.6-Win32-VC9-x86\ext\php_xdebug-2.2.1-5.3-vc9.dll

Step 3 should instead state the following:
Edit C:\Program Files (x86)\PHP\php-5.3.6-Win32-VC9-x86\php.ini and add the line
zend_extension = "C:\Program Files (x86)\PHP\php-5.3.6-Win32-VC9-x86\ext\php_xdebug-2.2.1-5.3-vc9.dll"

Steps To Reproduce

I have included the HTML source of my phpinfo() which you can use to reproduce the problem.

TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.3.0

Activities

derick

2016-11-27 18:56

administrator   ~0003795

Finally :-)