debugging PHP code
Posted: Wed Oct 23, 2002 12:49 am
what tools could I use in order to debug some PHP code that is pretty error-prone - I use a recursive class in there and I suspect it enters an infinite loop and after about 10 seconds of running, the script ends with a 'segmentation fault' error
so I could use some tools for watching variables, step-by-step running, etc
I have read on the options of php (php -h) but I think they aren't of much help !
please suggest me some way of debugging !
Thank you !!
Emil.
so I could use some tools for watching variables, step-by-step running, etc
I have read on the options of php (php -h) but I think they aren't of much help !
please suggest me some way of debugging !
Thank you !!
Emil.