Xdebug 2.0.0RC2
This second (and hopefully last) Release Candidate comes just before Christmas as some form of present I guess. There are not many new things in this version but there are lots of bug fixes. The display of stack traces has been optimized a bit more, you can find a screen shot of that here below. Instead of showing the full path and function arguments it instead shows only the file name, and the type of argument. If you hover your mouse of the items the full path and full variables' contents appear.
(Click to see the full version)
Comments
possible packaging problem? i am not too versed in this stuff:
- $ pecl install Xdebug-beta downloading xdebug-2.0.0RC2.tgz ... Starting to download xdebug-2.0.0RC2.tgz (259,763 bytes) .....................................................done: 259,763 bytes ERROR: pecl.php.net/xdebug: conflicting files found: xdebug/Changelog (pear.php.net/xdebug)
- xdebug/CREDITS (pear.php.net/xdebug) xdebug/LICENSE (pear.php.net/xdebug)
- xdebug/NEWS (pear.php.net/xdebug)
xdebug/README (pear.php.net/xdebug)
It looks like you're trying to install pecl/xdebug where you already have pear/xdebug. Try to uninstall xdebug first, and then re-install it.
using
pecl upgrade pecl/XDebug-beta
will solve the problem of conflicting files noted in the first comment
PHP segfaults when profiler_enable is turned on and UID of the process running the script is different from UID of the process that invoked the script previously. It happens when profiler_output_name is set to crc32 (default setting). Obviously it's because xdebug tries to write the file it has no permissions to write to.
Imo php should not segfault when xdebug is unable to write profiler data.
Bruce, thanks for the heads up. I fixed this now in CVS. Please use the bug system (http://bugs.xdebug.org) in the future though, as it makes it easier for me to track things.
And still XHTML output does not work. :(( It was promised... But now i only get plain text, wich still looks bad until i look at the source. But at least the HTML 3.2 is gone. ;)
Btw: It would be an idea to add a line to the documentation about how to switch output between plain text, xhtml, html and "simple parsable". "xdebug.trace_format" Does nothing on my system (xdebug 2.0.0_rc1, php 5.1.6-r6 hardened, apache 2.0.58-r2)
Life Line
@Edent With your ActivityPub implementation, have you figured out how to allow quote posts for your bot posts yet?
📷 Brown Cap in the Grass
🚩 Herikhuizerweg, Rheden, Nederland
📷 Stalkers Lane
🚩 Graywood Lane, Wealden, United Kingdom
After my PHP 8.5 in Leeds last night, it's now time to head to Rotterdam to give the same talk there tonight!
It's cold out here, but atleast the snow is now gone.
📷 Avenue Gardens
🚩 Princess Road, London Borough of Brent, United Kingdom
📷 Leafy Entrance
🚩 East Heath Road, London Borough of Camden, United Kingdom
📷 From Green to Yellow.
🚩 St John's Wood Road, City of Westminster, United Kingdom
The Secret Maps exhibition at the British Library is well worth a visit!
We went last Sunday and it still runs to January.
📷 Mirror
🚩 The Terrace, London Borough of Richmond upon Thames, United Kingdom
📷 Green, Red, Orange, and Yellow
🚩 Mortlake High Street, London Borough of Richmond upon Thames, United Kingdom
📷 Leaf
🚩 Lonsdale Road, London Borough of Richmond upon Thames, United Kingdom
I walked 10.6km in 1h47m32s
Merged pull request #1048
Fixed issue #2386: Crashes when running context_get in an exception t…
It's PHP 8.5 release week !
I'm giving two talks on what's new in it, first on Wednesday evening in Leeds: https://www.meetup.com/leedsphp/events/311677834/
And then on Thursday evening in Rotterdam: https://eventy.io/events/q8lmw0v4Will I see you there?
@robinince Loving the new series of the Infinite Monkey Cage so far! #bbc
I walked 1.7km in 18m51s
Updated a clothes shop and a restaurant; Deleted a dentist; Confirmed an estate_agent shop, a dentist, and 2 other objects
I walked 3.4km in 39m19s












Shortlink
This article has a short URL available: https://drck.me/xdebug-2-511