Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23870 - Upgrade phpdbg
Summary: Upgrade phpdbg
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL: http://dd.cron.ru/dbg/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 07:26 UTC by Chris Carlin
Modified: 2003-10-19 11:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
php dbg 2.11.23 ebuild (phpdbg-2.11.23.ebuild,1.18 KB, text/plain)
2003-10-19 05:44 UTC, klavs klavsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Carlin 2003-07-02 07:26:18 UTC
There have been significant changes to phpdbg since the version currently in 
portage. Most notably the latest release, 2.11.23, would be compatible with the 
current version of mod_php. I believe phpdbg doesn't even compile cleanly 
against recent versions of mod_php, an error that wasn't caught, BTW.

After a little experimentation it looks to me like phpdbg successfully emerges 
simply by using a version 2.11.23 tarball and the current ebuild file. The only 
thing is that the following lines need to be added to php.ini at the end of the 
installation:

[debugger]
debugger.enabled = true
debugger.profiler_enabled = true
debugger.JIT_host = clienthost
debugger.JIT_port = 7869

Anyway, this looks like a pretty easy upgrade. Just thought I'd mention it.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-07-02 11:29:46 UTC
phpdbg needs to be re-written to use the php-ext eclass.

Coredumb or Stuart ?
Comment 2 klavs klavsen 2003-10-19 05:42:38 UTC
I just rewrote the phpdbg ebuild to install the latest version of dbg - using
the php-ext class - just as mmcache does :)

I'm looking forward to testing phpdbg out and seeing what it can do :)

Anyways, please comment on the ebuild and include it in the tree if it's
allright.
Comment 3 klavs klavsen 2003-10-19 05:44:58 UTC
Created attachment 19458 [details]
php dbg 2.11.23 ebuild
Comment 4 Stuart Herbert (RETIRED) gentoo-dev 2003-10-19 11:53:36 UTC
Looks good enough to me.  Committed to Portage.  Can you test it, and let
me know that it turned up okay?

Thanks,
Stu