Top Level :: Structures

Package Information: OLE

Show All Changelogs
» Version » Information
1.0.0RC1Download

Release date: 2008-05-24 18:38 UTC
Release state: beta

Changelog:

- fixed bug #12944: Incompatibility open_basedir restriction.

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
0.6.1Download

Release date: 2007-12-18 21:00 UTC
Release state: beta

Changelog:

- fixed bug #12693: wrong order of require_once
- added missing file to package: ChainedBlockStream.php

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
0.6.0Download

Release date: 2007-12-09 20:31 UTC
Release state: beta

Changelog:

Rewrite of parser (no change to writer):
- Files inside OLE container are now saved in directory structure.
- Parser now properly uses Big Block, Small Block and Master Block Allocation Tables.
- Added stream interface for reading files inside OLE container.

- Bug #6516. Fix "PPS at 1 has unknown type" errors. (Christian Schmidt)
- Coding Standard cleanups (by helgi)
- Bug #3951 OLE_PPS_File::init() does not return true on success (by helgi)
- Bug #3955 OLE::_readPpsWks() does not return true on success (by helgi)

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
0.5Download

Release date: 2003-12-14 18:37 UTC
Release state: beta

Changelog:

- BC break!!! OLE/OLE.php file moved to OLE.php to comply with PEAR
standards. You will have to change your require('OLE/OLE.php')'s
for require('OLE.php')'s
- If you are using Spreadsheet_Excel_Writer, do not upgrade to this
version yet. A new version of Spreadsheet_Excel_Writer will be
released soon so the BC break won't affect you.
- allowing setting of temp dir for OLE_PPS_File and OLE_PPS_Root objects
- fixed problem when reading files (not reading the whole OLE tree)

0.4Download

Release date: 2003-09-25 21:09 UTC
Release state: beta

Changelog:

-deleting tmp files (Herman Kuiper).
-fixed hardcoded tmp dir (Herman Kuiper).
-fixed pass by reference warning (Herman Kuiper).

0.3Download

Release date: 2003-08-22 00:56 UTC
Release state: beta

Changelog:

-added OLE_PPS_File::init() initialization method.
-better error handling.

0.2.1Download

Release date: 2003-05-13 03:44 UTC
Release state: alpha

Changelog:

Fixing install dir

0.2Download

Release date: 2003-05-13 03:13 UTC
Release state: alpha

Changelog:

First release