From: Sandro Z. <san...@zz...> - 2003-04-22 12:29:56
|
PEAR::OAI 0.2 has been released. New Featurs: - resumption token uses PHP session functions instead of homegrown token storage management. this way, the built-in PHP session functionality can be used, e.g. like defining different storage backends, garbage collection, etc. - added ini_set('include_path', ) in tests/oai_server.php - check whether ob_gzhandler is turned on in php.ini if user decided to turn on gzip compression for OAI Server - check if zlib.output_compression is off in php.ini to avoid interference with ob_gzhandler - OAI Server now issues HTTP 500 Internal Server Error if anything went wrong inside that is not specified as OAI protocol error - added missing inline comments Bugs fixed: - package.xml: - deleting Client.php from filelist - adding Token/Container/File.php to filelist - DSN of token storage was not passed properly - wrong time string in responseDate of OAI envelope and expirationDate of resumption Token Please visit http://oai-pear.sourceforge.net for more information. Sandro Zic |