[Bug 545502] Re: Missing local variables debugging php

2013-09-10 Thread David Dean
Will there be an updated binary for Lucid? I'm happy to make one / provide patches / whatever technically needs to be done to fix this in Lucid, but there's no way to do that from here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 545502] Re: Missing local variables debugging php

2010-10-30 Thread Zbigniew
Hello, I got the same problem on windows7. No local variables in eclipse(galileo). I'm using Php ver. 5.3.1 and php_xdebug-2.1.0-5.3-vc6.dll on Windows7. xdebug configured as it should be and php.exe -m shows that it's loaded - phpinfo() also shows the version and configuration of xdebug. I ca

[Bug 545502] Re: Missing local variables debugging php

2010-08-17 Thread Yorirou
And what about the lucid users (since it is LTS)? -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 545502] Re: Missing local variables debugging php

2010-08-17 Thread Jonathan Riddell
Closing bug, seems to be sorted, 2.1.0 is in maverick, not sure why ubuntu-archive is subscribed ** Changed in: xdebug (Ubuntu) Status: New => Fix Released -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a

[Bug 545502] Re: Missing local variables debugging php

2010-07-10 Thread Manuel Vazquez Acosta
XDebug 2.1.0 is released. Has anyone build a .deb for it? -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 545502] Re: Missing local variables debugging php

2010-07-08 Thread Martin Meredith
As a rebuild seems to fix, can this be given back to buildds for a rebuild/SRU? -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 545502] Re: Missing local variables debugging php

2010-06-29 Thread Brian Murray
** Tags added: patch -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 545502] Re: Missing local variables debugging php

2010-06-29 Thread Florian Hackenberger
** Attachment added: "php5-xdebug_2.1.0RC1_i386.deb" http://launchpadlibrarian.net/51102650/php5-xdebug_2.1.0RC1_i386.deb -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 545502] Re: Missing local variables debugging php

2010-06-29 Thread Florian Hackenberger
** Attachment added: "xdebug_2.0.5-1ubuntu1.dsc" http://launchpadlibrarian.net/51102641/xdebug_2.0.5-1ubuntu1.dsc -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 545502] Re: Missing local variables debugging php

2010-06-29 Thread Florian Hackenberger
I recompiled the xdebug debian package and got it working without any problems. I had to set the following in /etc/php5/apache2/conf.d/xdebug.ini and restart apache to make local variable display work in eclipse. xdebug.remote_enable=On xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 ** Pat

[Bug 545502] Re: Missing local variables debugging php

2010-05-21 Thread DjW
NOTE! it should be sudo apt-get install php5-dev php-pear and not php4-dev -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 545502] Re: Missing local variables debugging php

2010-05-21 Thread DjW
As a temporary solution: sudo apt-get install php4-dev php-pear Then go to this page http://xdebug.org/find-binary.php which should ultimately lead to compiling the latest version ( stable or RC ). For my project, xdebug remote debugging works as expected. -- Missing local variables debugging

[Bug 545502] Re: Missing local variables debugging php

2010-05-21 Thread DjW
For a stock Ubuntu 10.04 LTS installation I am getting similar behavior to the above complaints. This is a minimal install with just apache 2 , php5.3 running as mod_php, and xdebug -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification

[Bug 545502] Re: Missing local variables debugging php

2010-05-20 Thread Peter Kreußel
It seems that my problems where caused by the combination with Xcache. See http://bugs.xdebug.org/view.php?id=564 After substituting XCache with APC (unfortunately I need a Cache even for testing), I experience no more problems. Well, sorry, not 100% certain, but maybe the hint helps some. ** B

[Bug 545502] Re: Missing local variables debugging php

2010-05-18 Thread Peter Kreußel
I must take back my statement "So far no problems with Xdebug 2.1.0rc1" made above. I have by now seen several cases of Apache growing beyond my 12 G RAM. Netbeans ends the debug session with a "debug socket exception" quite frequently. Hope to get clearer about what is happening and report upstrea

[Bug 545502] Re: Missing local variables debugging php

2010-05-10 Thread Kevin Rogers
I can also verify the same problem, but I have had to revert to PHP 5.2 from Karmic as in addition to the xdebug issues our application will not run in PHP 5.3 -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a memb

[Bug 545502] Re: Missing local variables debugging php

2010-05-07 Thread Justin Ellison
I can verify the exact same circumstances as Peter. No local variables until I built xdebug 2.1.0RC1 from source, then all is good. -- Missing local variables debugging php https://bugs.launchpad.net/bugs/545502 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 545502] Re: Missing local variables debugging php

2010-05-06 Thread Peter Kreußel
Xdebug 2.1.0 rc1 has been available since 2010-04-06. I compiled it. It fixes the issue. So far, I've encountered no problem. I suggest there should be an update to the Ubuntu Xdebug-package as soon as Xdebug 2.1.0 reaches stable. Xdebug's kind of vital for php-developers and in the current sta