Skip to content

Releases: zendtech/IbmiToolkit

1.8.2

20 Jan 20:04
Compare
Choose a tag to compare
Bump version

1.8.1

14 Jan 21:57
09f4884
Compare
Choose a tag to compare
Merge pull request #108 from chukShirley/master

Conditionally define config file constant

1.8.0

06 Dec 16:24
937b147
Compare
Choose a tag to compare
Merge pull request #100 from chukShirley/zs9-config

Zend Server 9 config

1.7.2

19 Dec 20:59
Compare
Choose a tag to compare
Merge pull request #97 from mleiv/master

#96 - autoloader check class exists in array

1.7.1

14 May 00:33
Compare
Choose a tag to compare

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

10 Apr 23:51
Compare
Choose a tag to compare

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

05 Nov 02:35
Compare
Choose a tag to compare
1.6.1 Pre-release
Pre-release

Merged from 1.5.1 and did some other adds to make docblocks complete.

1.5.1

05 Nov 01:07
Compare
Choose a tag to compare

Added docblocks for IDE usage

1.6.0

07 Aug 18:21
Compare
Choose a tag to compare
1.6.0 Pre-release
Pre-release

Still needs some testing but is final at this point.

1.5.0

04 Mar 22:59
Compare
Choose a tag to compare
Update code base to IBM i PHP Toolkit 1.5.0