dmitri, if I create the info file and run it I see a regular phpinfo() output with nothing special. I still see:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with DBG v3.1.8, (C)
2000,2006, by Dmitri Dmitrienko |
In the DBG section I see the following:
Version 3.1.8
Linked as a shared library.
Dbg SSL not available
Dbg ip security enabled.
Profiler enabled
Target PHP version 4.4.2
Server API Apache
Extensions API 20050606
Modules API 20020429
PHP API 20020918
Directive Local Value Master Value
debugger.enable_session_cookie On On
debugger.enabled Off Off
debugger.fail_silently Off Off
debugger.hosts_allow protected value protected value
debugger.hosts_deny protected value protected value
debugger.ignore_nops Off Off
debugger.JIT_enabled Off Off
debugger.JIT_host clienthost clienthost
debugger.JIT_level 3 3
debugger.JIT_port 7869 7869
debugger.net.chunksize 48000 48000
debugger.net.maxpacketsize 4096000 4096000
debugger.ports protected value protected value
debugger.profiler_enabled On On
debugger.session_nocache On On
debugger.timeout_seconds 300 300
|
I have reread the help FAQs just in case I'm missing something. I do notice that it says debugger.enabled "Off" in the phpinfo but my debugger section in php.ini is very explicit in having that on:
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost 192.168.0.251
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
|
Any other hints would be appreciated.