Before installing DBG everything worked fine. Now I usually get an error when starting the Apache server:
"dbg: Unable to initialize module
Module compiled with debug=0, thread-safety=1 module API=20020429
PHP compiled with debug=0, thread safety=1 module API=20010901
These options need to match"
I solved it by disabling the debugger, but I would like a solution that lets me effectively USE the debugger. =)
Another problem is that before installing DBG I could pass form variables freely between my pages, and now I must use $_POST to access them. Of course the problem is in the register_globals directive, but I don't know who changed it since last time, maybe DBG itself... any hint?
Thanks for your help,
Leo.