Thu Jul 27, 2006 12:55 pm |
Replies: 1 |
Views: 9786 |
|
![](./templates/Morpheus/images/spacer.gif) |
is it possible to log the raw xml passed to and from a nusoap server? how would you go about logging from the server side.
|
Sun Jul 16, 2006 3:53 pm |
Replies: 3 |
Views: 11900 |
|
![](./templates/Morpheus/images/spacer.gif) |
i have the same question
the links do not really provide a straight forward answer
could anyone provide an example?
EDIT: i solved this for myself so here it is for anyone else:
//This cre ...
|
Mon Jan 30, 2006 4:42 pm |
Replies: 2 |
Views: 5958 |
|
![](./templates/Morpheus/images/spacer.gif) |
is there a way to stop the debugger and immediately restart it with the same parameters?
usually i find myself steppping through code, fixing a bug and then wanting to run it over again to make sur ...
|
Wed Jan 04, 2006 4:28 pm |
Replies: 1 |
Views: 5582 |
|
![](./templates/Morpheus/images/spacer.gif) |
Due to some previous save errors, i turned on phped backups which creates all of these *.php~ files
although i have the file mask set to *.php, when i search in all files, the search returns result ...
|
Thu Sep 22, 2005 3:46 pm |
Replies: 7 |
Views: 6536 |
|
![](./templates/Morpheus/images/spacer.gif) |
does the new patch also address the issue of phped soaking up ram?
over the course of using phped through a day, the PF usage in the performance tab of the windows task manager continually increase ...
|
Tue Sep 06, 2005 7:19 pm |
Replies: 4 |
Views: 6094 |
|
![](./templates/Morpheus/images/spacer.gif) |
this may be along the same lines or not:
but when i am debugging sql queries i tend to use the format for larger queries of
$q = "
SELECT
*
FROM
whatever
WHERE
something=1
"; ...
|
Mon Sep 05, 2005 5:00 pm |
Replies: 4 |
Views: 6094 |
|
![](./templates/Morpheus/images/spacer.gif) |
this may be more of a feature request, but it seems like some of these should be in the application and i am just missing them
can you search for functions in the code explorer? or do a general sea ...
|