View Issue Details

IDProjectCategoryView StatusLast Update
0000578XdebugUncategorizedpublic2010-07-08 10:09
Reporterwjm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000578: Error in determining extension_dir in Finding Binary
Description

in : http://xdebug.org/find-binary.php

when it tries to determine the extension_dir value,
it puts together the local and the master values.

this is the input
<tr><td class="e">extension_dir</td><td class="v">C:/Archivos de programa/php/php5.2.9-2/ext/</td><td class="v">C:/Archivos de programa/php/php5.2.9-2/ext/</td></tr>

and it returns:

SUMMARY
Extensions directory: C:\Archivos de programa\php\php5.2.9-2\ext\C:\Archivos de programa\php\php5.2.9-2\ext

Instructions
Move the downloaded file to C:\Archivos de programa\php\php5.2.9-2\ext\C:\Archivos de programa\php\php5.2.9-2\ext
Edit C:\Archivos de programa\wamp\bin\apache\Apache2.2.11\bin\php.ini and add the line
zend_extension_ts = C:\Archivos de programa\php\php5.2.9-2\ext\C:\Archivos de programa\php\php5.2.9-2\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll
Restart the webserver

Additional Information

" C:\Archivos de programa\php\php5.2.9-2\ext\C:\Archivos de programa\php\php5.2.9-2\ext" is obviously wrong.
i think what you should do is check if the local and the master value are the same, and use one.
and if they are not the same use one of theme. local maybe?

Tagswebsite
Operating System
PHP Version5.3.2

Relationships

has duplicate 0000583 resolvedderick Tailored Installation Instructions gives incorrect Extension Directory 

Activities

derick

2010-05-13 21:44

administrator   ~0001475

You're right, but it does say not to use the raw html source: "Do not paste the raw HTML (from view-source) into the form." I'll have a look at this though.

wjm

2010-05-13 21:47

reporter   ~0001476

when i noticed the error, it was plain text,

then i read the word RAW HTML and pasted the html code.
sorry, i didnt take the time to read
but to let you know.
it works with both (plain text and html code).
and the error happens with both

wjm

2010-05-13 21:48

reporter   ~0001477

sorry, with plain text the error is diferent.
it only takes,

"C:/Archivos"

i guess you will have to extend the \s a little bit more

wjm

2010-05-13 21:50

reporter   ~0001478

by the way.

Please paste the full output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i output) and submit the form to receive tailored download and installation instructions. Do not paste the raw HTML (from view-source) into the form.

That is not clear!!!!
what is the difference between past "the HTML source" and "Do not paste the raw HTML" ??

derick

2010-07-08 10:09

administrator   ~0001519

Fixed in SVN (Rev. 3323)

Issue History

Date Modified Username Field Change
2010-05-13 19:02 wjm New Issue
2010-05-13 19:02 wjm PHP Version => 5.3.2
2010-05-13 19:02 wjm Xdebug Version => 2.1.0rc1
2010-05-13 19:04 wjm Tag Attached: website
2010-05-13 21:44 derick Note Added: 0001475
2010-05-13 21:47 wjm Note Added: 0001476
2010-05-13 21:48 wjm Note Added: 0001477
2010-05-13 21:50 wjm Note Added: 0001478
2010-05-24 16:49 derick Relationship added has duplicate 0000583
2010-07-08 10:09 derick Note Added: 0001519
2010-07-08 10:09 derick Status new => closed
2010-07-08 10:09 derick Resolution open => fixed
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