Hello guys & girls
got some probs installing the debugger under kubuntu.
I am just a unix newbie, so there could be the problem
Ok I downloaded the DBG 2.15.5 dbg modules here
http://www.php-debugger.com/dbg/downloads.php
Then I edit the php..ini with this:
Quote: |
extension_dir = /usr/local/lib/php/extensions
[debugger]
extension=php_dbg.dll
debugger.enabled=On
debugger.profiler_enabled=On
debugger.timeout_seconds=600
debugger.JIT_enabled=Off
debugger.JIT_host=clienthost
debugger.JIT_clientport=7869
|
the file php_dbg.dll is in the right dir
php_info() tells me it is ok with the dbg
Quote: |
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko
|
but now mysql isnt working i get
Quote: |
Fatal error: Call to undefined function mysql_connect() |
so, where could be the problem?