Mon Aug 04, 2014 3:33 pm |
Replies: 3 |
Views: 4294 |
|
 |
v14.0 build 14029, 64bit
I had this problem with a previous build, after upgrade it's gone
|
Tue Jul 15, 2014 1:48 pm |
Replies: 3 |
Views: 4294 |
|
 |
Ok, figured out a workaround way to do that
starting script with absolute path does the trick
e.g.
php /home/user/code/cliapps/script1/script1.php
|
Tue Jul 15, 2014 11:18 am |
Replies: 3 |
Views: 4294 |
|
 |
Project details:
PHP script, purely CLI, no URL associated with the script. In fact, no Apache installed on server.
project root:
/home/user/code/cliapps
scripts are placed in subfolders
sc ...
|
Fri Feb 28, 2014 9:26 am |
Replies: 4 |
Views: 23734 |
|
 |
In my case CodeSniffer runs on dev server when code is about to get merged. It is generating a report file which must be processed before code ia accepted.
As you see I don't need to run CodeSniffe ...
|