View Issue Details

IDProjectCategoryView StatusLast Update
0001130XdebugUncategorizedpublic2015-06-13 09:45
Reporterfwendt Assigned To 
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.
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!