Added shmop to build script

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-24 20:32:25 +02:00
parent 31ffe8017f
commit 72208d9159
3 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,6 @@ class ConsoleAPI{
function __destruct(){
$this->server->deleteEvent($this->event);
$this->loop->stop = true;
@fclose(STDIN);
$this->loop->notify();
//$this->loop->join();
}