Sun Aug 13, 2006 8:04 am |
Replies: 11 |
Views: 25184 |
|
|
In case you want to inspect an object, I recommend using the "Immediate" tab of the debugger. Just type the expression you are interested in, and you'll
get your answers (No soft references ...
|
Wed Oct 26, 2005 9:20 am |
Replies: 2 |
Views: 5665 |
|
|
This problem seems to occur with Response Code 403 (Forbidden) as well in PHP Ed. 4.0 Build 4039 and 4037.
|
Thu Oct 20, 2005 9:54 am |
Replies: 12 |
Views: 11267 |
|
|
Let me get this straight:
You used Putty (e.g. a SSH Client like the one coming with Cygwin, just better) to access a remote server,
then tried to start SSHD (which was already running) - which f ...
|
Tue Oct 18, 2005 7:14 am |
Replies: 12 |
Views: 11267 |
|
|
The problem is the router you are behind. You have a local Network with the IP Range 192.168.1.*
but your Server is on the public Internet, not in your LAN. So essentially your Server is absolutely u ...
|
Mon Oct 17, 2005 7:44 am |
Replies: 2 |
Views: 5665 |
|
|
Hello, I just stumbled upon a small non fatal page fault.
I'm using PHPEd to access a WebDAV Server. In one occasion, one action
prompted a Server HTTP Response Code of 409 ("Conflict"). These see ...
|
Thu Sep 22, 2005 10:27 am |
Replies: 1 |
Views: 5572 |
|
|
Now that a SSH Client is integrated into PHPEd, I'd really like to use it ... but I also definitely need to Tunnel MySQL to the Server, and PHP-Debugger Connections from the Server to me.
How about ...
|