> -----Original Message----- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Sunday, 19 July 2009 7:03 PM > To: Log4PHP Dev > Subject: Re: phpUnderControl running again > > On Sun, Jul 19, 2009 at 9:52 AM, Christian Grobmeier<[email protected]> > wrote: > >>> Buildbot does not give pretty graphs and other nice looking metrics or > >>> reports out of the box - but maybe getting buildbot to run these other > >>> tools, then the tools will provide those for us, I really I hadn't > >>> investigated. > >>> > >> Metrics and Project Mess Detector (PMD) [1] data is extracted with > PHPUnit > >> (--log-metrics and --log-pmd). > > > > Except for the graphs, we can have metrics with buildbot too. I will > > see if there is an XSLT sheet or similar available for having a proper > > output. > > Unfortunatly those params need the XDebug extension. Question is, can > we set this up too for the PHP env? We have still the question open if > PDO drivers can be installed.
Yes to both. We are on PHP 5.2.6, so PDO is included, but needs enabling etc. Can you tell me the preferred methods for installing/enabling both XDebug and PDO, which db drivers we need etc. XDebug can be done using PECL + a line addition to php.ini, but I'll follow whatever method you think best. > > I think this is a more bigger discussion since this leads us to > several questions... how good is php supported at apache and such Well, if we want to extend buildbot to provide the tools we need then I have no problem adding them in :) Gav... > > Cheers > Christian
