File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 ini_set ('date.timezone ' , 'UTC ' );
1717}
1818
19- set_include_path (get_include_path () . PATH_SEPARATOR . getcwd ());
19+ set_include_path (getcwd () . PATH_SEPARATOR . get_include_path ());
2020
2121$ basePath = dirname (__DIR__ );
2222if (!defined ('PHAR ' )) {
2323 define ('CWD ' , getcwd ());
2424 chdir ($ basePath );
2525}
2626
27- require_once " vendor/autoload.php " ;
27+ require_once __DIR__ . ' / vendor/autoload.php' ;
2828
2929if (file_exists ("config/application.config.php " )) {
3030 $ appConfig = require "config/application.config.php " ;
Original file line number Diff line number Diff line change 11{
22 "name" : " zenddevops/client" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "description" : " ZF2 CLI tool to access Zend Server Web API" ,
55 "type" : " project" ,
66 "authors" : [{
You can’t perform that action at this time.
0 commit comments