1
0
Fork 0

Set process title

pull/60/merge
Felix Becker 2016-10-10 12:59:07 +02:00
parent 03e4e34a4e
commit 18ac760bc6
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
<?php
ini_set('memory_limit', '-1');
use LanguageServer\{LanguageServer, ProtocolStreamReader, ProtocolStreamWriter};
use Sabre\Event\Loop;
ini_set('memory_limit', '-1');
cli_set_process_title('PHP Language Server');
foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../autoload.php', __DIR__ . '/../vendor/autoload.php'] as $file) {
if (file_exists($file)) {
require $file;