Hi
I have installed Apache 2.0.47, php 4.3.2 in RH linux 9.0.
I downloaded the relevant .so and made the changes in php.ini. When I run phpinfo(),
the dbg section shows up and I also get this funny message
PHP DBG ZExtension is not activated, yet.
Check configuration parameters in the php.ini file.
I have added the [Debugger] section in the correct place with the following lines
debugger.enabled = true
debugger.profiler_enabled= true
debugger.JIT_host = clienthost
debugger.JIT_port = 7869
debugger.JIT_level=3
debugger.hosts_allow=localhost,127.0.0.1,192.168.2.*
debugger.ports=10000/16,7869
What's wrong? Further, I am guessing that firing php ed would automatically fire up the listener. Once it is working, is it possible to direct the profiler o/p to a file?
