Tue Aug 23, 2005 9:33 am |
Replies: 8 |
Views: 7009 |
|
 |
Does the preceding information lead to any hints on
what to do?
|
Sun Aug 21, 2005 10:12 am |
Replies: 8 |
Views: 7009 |
|
 |
% bin/dbg-cli
ListenerBase::ListenerBase
DBG php debugger, version 2.11.32, Copyright 2001, 2005, Dmitri Dmitrienko, www.nusphere.com
filemapper::mapfilename(2, /usr/bin/php)
[DBG] mapper:fromroo ...
|
Sun Aug 21, 2005 10:11 am |
Replies: 8 |
Views: 7009 |
|
 |
The next message will contain the debug log. Just to be sure, here
is how I got the debug log: I downloaded the source, issued the
command
configure --prefix=$cwd --with-dbg-trace
and then ...
|
Thu Aug 18, 2005 8:29 am |
Replies: 8 |
Views: 7009 |
|
 |
Our php installation has been tested on much more complex scripts, and yes, this
particular example runs fine using php from the command line.
|
Wed Aug 17, 2005 4:26 pm |
Replies: 8 |
Views: 7009 |
|
 |
<?php echo "Hello world."; ?>
Done.
|
Wed Aug 17, 2005 11:16 am |
Replies: 8 |
Views: 7009 |
|
 |
Hi,
I'm trying to use the dbg-cli on RH 9, and I believe the DBG extension for PHP 4.2.2 has been correctly installed (it appears ok with php -i) but I'm having trouble getting started.
Here is wh ...
|