NuSphere Forums Forum Index
NuSphere Forums


Fri Jun 11, 2004 10:25 am
Replies: 2
Views: 6787
Ah. Problem solved. PhP builds three things of interest, the apache module, a CGI executable and a CLI executable. I had installed the CLI executable. With the CGI executable this problem goes away : ...

Wed Jun 09, 2004 9:50 am
Replies: 2
Views: 6787
I couldn't get dbg-cli to work in cgi mode and I traced it to the php interpreter dying prematurely, when the input pipe is closed. I did an experiment with a little shell script (below) which sets th ...

Wed Jun 09, 2004 9:39 am
Replies: 4
Views: 6860
Good question. I guess I am pretty used to using emacs as aan IDE for other things and was kind of hoping to do the same for PhP. I've written a dbg.el for emacs, but it is not much tested yet.

Wed Jun 09, 2004 8:34 am
Replies: 4
Views: 6860
Well, In understand that the JIT debugging wouldn't make dbg-cli display anything. was hoping though that using the JIT method would allow the browser to do the displaying, and dbg-cli to do the de ...

Mon Jun 07, 2004 10:31 am
Replies: 4
Views: 6860
I've been gradually getting some success with dbg-cli. I can run scripts in http mode single step and print variables. I can't however see any output of the php script its self (the output which would ...

Mon Jun 07, 2004 3:17 am
Replies: 13
Views: 12339
It turns out that the problem is libtool. It wants to link in a shared object (libpcre.so) in preference to a old archive (libpcre.a) is ahead in the search path. So, you end up compiling with headers ...
Page 1 of 1
All times are GMT - 5 Hours