It seems to put error in my php.ini but as far as i can tell, php.ini looks okay:
extension=/usr/lib/php/modules/dbg.so-5.1.x
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=192.168.2.57 localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
; zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.1.so
|
The ion cube is commented out as you can see and there isn't any other zend_extension.
Now HTTPD won't start. It started for me once and dbg-wizard still told me it wasn't installed and gave me similar [debugger] line settings.
I'm using the evaluation version. Build 5233eval
weather it works with evaluation version or not, the server should work by itself.
SO file exists HERE:
/usr/lib/php/modules/dbg.so-5.1.x
already checked that.
I restart apache with
service httpd stop
...................start.
I have Fedore Core 6 i believe.
Thanks,
DM