Removed killing php to end the process

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-03 12:21:12 +02:00
parent e0747a9c44
commit dbc357c266
5 changed files with 6 additions and 23 deletions

View File

@@ -209,7 +209,8 @@ class ConsoleAPI{
}
class ConsoleLoop extends Thread{
public $line, $stop;
public $line;
public $stop;
public function __construct(){
$this->line = false;
$this->stop = false;