View Issue Details

IDProjectCategoryView StatusLast Update
0001130XdebugUncategorizedpublic2015-06-13 09:45
Reporterfwendt Assigned Toderick  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinux x86OSUbuntuOS Version12.04
Product Version2.3.1 
Fixed in Version2.3.3 
Summary0001130: PHP documentation links to local manual reference are broken at title description
Description

Taking back the issue 0000811 :)

When activating php.ini directives 'docref_root = "/phpmanual/"' and 'docref_ext = .html' (and maybe some other related), the Xbug web page prints HTML code instead of making the linkage to reference at main title description.

Steps To Reproduce

1 - Edit you 'php.ini' configuration file, taking a look at the following directives:

a)'docref_root': points to your local webserver downloaded documentation docs pages from PHP website (something like '/phpmanual/');

b)'docref_ext': set file extension at doc files (usually, '.html').

2 - Ensure Xdebug is enable and operating at you devmachine;

3 - Restart your webserver;

4 - Create some buggy file (code mistake);

5 - Browse to your buggy file to see the linkage string at main issue table title.

Additional Information

All package and components have been compiled from sources (PHP, extensions, Apache and Xdebug). None pre-build package was used.

TagsNo tags attached.
Attached Files
xdebug-docrefroot.jpg (40,855 bytes)   
xdebug-docrefroot.jpg (40,855 bytes)   
Operating SystemGNU-Linux Ubuntu 12.04 x86
PHP Version5.6-dev

Activities

derick

2015-06-13 09:45

administrator   ~0003115

Fixed for Xdebug 2.3.3 and 3.0.0dev, it required quite an ugly hack :-). Thanks for your report!

Issue History

Date Modified Username Field Change
2015-03-19 12:55 fwendt New Issue
2015-03-19 12:55 fwendt File Added: xdebug-docrefroot.jpg
2015-06-13 09:45 derick Note Added: 0003115
2015-06-13 09:45 derick Status new => closed
2015-06-13 09:45 derick Assigned To => derick
2015-06-13 09:45 derick Resolution open => fixed
2015-06-13 09:45 derick Fixed in Version => 2.3.3
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized