Re: [PHP] Profile / Debug w/o server modification?

2007-08-01 Thread Instruct ICC
From: "Richard Lynch" <[EMAIL PROTECTED]> Your dev box should only match in software versions (okay, and any really funky specialized hardware like a hardware random number generator MAYBE). Regarding duplicating the box versus software: I'm working on a C++ project on a Mac Pro and a MacBook P

Re: [PHP] Profile / Debug w/o server modification?

2007-07-31 Thread Instruct ICC
From: "Richard Lynch" <[EMAIL PROTECTED]> Your dev box should only match in software versions (okay, and any really funky specialized hardware like a hardware random number generator MAYBE). Don't ask them for a Gigaplex Mu-on 16-cpu 64 Gig RAM 4 Terabyte hard drive box. Take an old box out of y

Re: [PHP] Profile / Debug w/o server modification?

2007-07-29 Thread Nathan Nobbe
richard, ive seen plenty of scenarios where the dev box has to be pretty tough itself. i think it depends mostly on how much load its taking on.say you have 30 developers or so working on a few different viirtual sites simultaneously. now add in the problems that occur during development, li

Re: [PHP] Profile / Debug w/o server modification?

2007-07-29 Thread Instruct ICC
From: "Richard Lynch" <[EMAIL PROTECTED]> On Fri, July 27, 2007 10:01 pm, Instruct ICC wrote: > If you mean get a dev box. You don't know how long I've been asking > for one > to match the production box. Your dev box should only match in software versions (okay, and any really funky specialize

Re: [PHP] Profile / Debug w/o server modification?

2007-07-28 Thread Richard Lynch
On Fri, July 27, 2007 10:01 pm, Instruct ICC wrote: >>From: "Richard Lynch" <[EMAIL PROTECTED]> >> > But xdebug and apd are probably moot. >> > >> > BTW, I'm not using separate development and production machines. >> >>Right there is your first problem. >> >>Solve that first. > > If you mean get a

Re: [PHP] Profile / Debug w/o server modification?

2007-07-27 Thread Instruct ICC
From: "Richard Lynch" <[EMAIL PROTECTED]> > But xdebug and apd are probably moot. > > BTW, I'm not using separate development and production machines. Right there is your first problem. Solve that first. If you mean get a dev box. You don't know how long I've been asking for one to match the

Re: [PHP] Profile / Debug w/o server modification?

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 3:49 pm, Instruct ICC wrote: > Are there any "magic functions" like __sleep and __wakeup that get > called > upon entry and exit of user functions or user object methods? > > Something like > __hookEntry For User Functions > __hookExit For User Functions > __hookOoEntry For Us

[PHP] Profile / Debug w/o server modification?

2007-07-27 Thread Instruct ICC
Are there any "magic functions" like __sleep and __wakeup that get called upon entry and exit of user functions or user object methods? Something like __hookEntry For User Functions __hookExit For User Functions __hookOoEntry For User Object Methods __hookOoExit For User Object Methods Basicall