mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
remove (not supported) parameters after #!/usr/bin/env php
This commit is contained in:
parent
d06dcc6770
commit
9746e1533e
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php -qC
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Admin - Command line interface
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env php -qC
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* EGroupware - check namespace usage in converted code
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env php -qC
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* EGroupware - check namespace usage in converted code
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env php -dapc.enable_cli=1
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* EGroupware Test Runner
|
||||
@ -12,6 +12,8 @@ if (php_sapi_name() !== 'cli') // security precaution: forbit calling as web-pag
|
||||
die('<h1>test-cli.php must NOT be called as web-page --> exiting !!!</h1>');
|
||||
}
|
||||
|
||||
ini_set('apc.enable_cli', true);
|
||||
|
||||
require_once dirname(__DIR__).'/api/src/loader/common.php';
|
||||
|
||||
$_SERVER['argv'][] = '--verbose';
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env php -qC
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* EGroupware Filemanager - Command line interface
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env php -qC
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Setup - Command line interface
|
||||
|
Loading…
Reference in New Issue
Block a user