Releases

Version 2.0

Version 2.0 of the PHP API was released on 19 July 2013.

gzipped tar archive

zip file

Change Log

  • Added an IMuTerms class to generate search terms to pass to findTerms method of both IMuModule and IMuModules.
  • Added a fetchMany method to IMuModules class. This allows for several discrete sets of records to be fetched at one time.
  • Added a getAllHits method to IMuModules. This returns hit counts for all modules in one call.
  • Added a logout method to IMuSession.
  • Added a timeout capability for IMuSession. Can be set via the class method setDefaultTimeout, passed to the IMuSession constructor or via the setTimeout method.
  • IMuException includes system generated error messages.
  • IMuDocument no longer a subclass of DOMDocument.
  • Improved processing of IMuRSS objects.
  • Fixed bug in parsing of JSON floating point numbers with a negative exponent.
  • Limited IMuTrace's checking for STDOUT to when running in CLI mode.