mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
...
This commit is contained in:
parent
b03f1fdb3e
commit
16edd155cb
2 changed files with 4 additions and 4 deletions
BIN
tutorials/java/dist/phpdbg-ui.jar
vendored
BIN
tutorials/java/dist/phpdbg-ui.jar
vendored
Binary file not shown.
|
@ -74,12 +74,12 @@ public class DebugSocket implements Runnable {
|
|||
}
|
||||
|
||||
if (reader) {
|
||||
/* The reader thread part will wait() until there is input */
|
||||
/* The reader thread will wait() until there is input */
|
||||
Socket socket = new Socket(this.host, this.port);
|
||||
String command;
|
||||
OutputStream output = socket.getOutputStream();
|
||||
|
||||
do {
|
||||
String command;
|
||||
OutputStream output = socket.getOutputStream();
|
||||
|
||||
synchronized(this) {
|
||||
wait();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue