Releases: zendtech/IbmiToolkit
1.8.2
Bump version
1.8.1
Merge pull request #108 from chukShirley/master Conditionally define config file constant
1.8.0
Merge pull request #100 from chukShirley/zs9-config Zend Server 9 config
1.7.2
Merge pull request #97 from mleiv/master #96 - autoloader check class exists in array
1.7.1
This release corrects a bug in the autoloader. The class map autoloader threw an exception when a class wasn't found. This potentially breaks applications with other Composer dependencies since the toolkit's autoloader may be registered before the autoloaders within other packages.
1.7.0
Autoloading is now possible using the new Toolkit class. The older ToolkitService::getInstance() technique still works, though, because we wrapped Toolkit.php with ToolkitService.php. Also addition of https transport and new integer types.
For autoloading:
composer.json should contain:
"require": {
"zendtech/IbmiToolkit" : "^1.7.0"
}
Then (after running "composer update") you should be able to instantiate with
$toolkit = new \ToolkitAPI\Toolkit($databaseNameOrResource, $userOrI5NamingFlag, $password, $transportType, $isPersistent);
1.6.1
1.5.1
1.6.0
Still needs some testing but is final at this point.
1.5.0
Update code base to IBM i PHP Toolkit 1.5.0