Releases
Version 2.0
Version 2.0 of the PHP API was released on 19 July 2013.
Change Log
- Added an
IMuTermsclass to generate search terms to pass tofindTermsmethod of bothIMuModuleandIMuModules. - Added a
fetchManymethod toIMuModulesclass. This allows for several discrete sets of records to be fetched at one time. - Added a
getAllHitsmethod toIMuModules. This returns hit counts for all modules in one call. - Added a
logoutmethod toIMuSession. - Added a timeout capability for
IMuSession. Can be set via the class methodsetDefaultTimeout, passed to theIMuSessionconstructor or via thesetTimeoutmethod. IMuExceptionincludes system generated error messages.IMuDocumentno longer a subclass ofDOMDocument.- Improved processing of
IMuRSSobjects. - Fixed bug in parsing of JSON floating point numbers with a negative exponent.
- Limited
IMuTrace's checking forSTDOUTto when running in CLI mode.

