1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.4dev1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd                      http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>OLE</name>
4 <channel>pear.php.net</channel>
5 <summary>Package for reading and writing OLE containers</summary>
6 <description>This package allows reading and writing of OLE (Object Linking and Embedding) compound documents. This format is used as container for Excel (.xls), Word (.doc) and other Microsoft file formats.</description>
7 <lead>
8  <name>Christian Schmidt</name>
9  <user>schmidt</user>
10  <email>schmidt@php.net</email>
11  <active>yes</active>
12 </lead>
13 <lead>
14  <name>Xavier Noguer</name>
15  <user>xnoguer</user>
16  <email>xnoguer@php.net</email>
17  <active>no</active>
18 </lead>
19 <date>2017-06-20</date>
20 <time>13:06:55</time>
21 <version>
22  <release>1.0.0RC3</release>
23  <api>1.0.0RC3</api>
24 </version>
25 <stability>
26  <release>beta</release>
27  <api>beta</api>
28 </stability>
29 <license uri="http://www.php.net/license">PHP</license>
30 <notes>
31Bug #19284:  RC2 breaks header in excel files from Spreadsheet_Excel_Writer
32Bug #21216:  Call to undefined method PEAR::OLE_PPS()
33 </notes>
34 <contents>
35  <dir baseinstalldir="/" name="/">
36   <file baseinstalldir="/" md5sum="259a8cb2135623e5779fb2712d57003e" name="OLE/ChainedBlockStream.php" role="php" />
37   <file baseinstalldir="/" md5sum="6ae23e9902bf401865e41a64e3b8158e" name="OLE/PPS.php" role="php" />
38   <file baseinstalldir="/" md5sum="c4e86fd52365a1147ebbf12e94777264" name="OLE/PPS/File.php" role="php" />
39   <file baseinstalldir="/" md5sum="686bc52f4203eafcf8b2a63c62589e94" name="OLE/PPS/Root.php" role="php" />
40   <file baseinstalldir="/" md5sum="f43a4fb9634fdefee7eff0f461796544" name="OLE.php" role="php" />
41  </dir>
42 </contents>
43 <dependencies>
44  <required>
45   <php>
46    <min>5.0.0</min>
47   </php>
48   <pearinstaller>
49    <min>1.4.0b1</min>
50   </pearinstaller>
51  </required>
52 </dependencies>
53 <phprelease />
54 <changelog>
55  <release>
56   <version>
57    <release>0.2.1</release>
58    <api>0.2.1</api>
59   </version>
60   <stability>
61    <release>alpha</release>
62    <api>alpha</api>
63   </stability>
64   <date>2003-05-12</date>
65   <license uri="http://www.php.net/license">PHP</license>
66   <notes>
67Fixing install dir
68   </notes>
69  </release>
70  <release>
71   <version>
72    <release>0.3</release>
73    <api>0.3</api>
74   </version>
75   <stability>
76    <release>beta</release>
77    <api>beta</api>
78   </stability>
79   <date>2003-08-21</date>
80   <license uri="http://www.php.net/license">PHP</license>
81   <notes>
82-added OLE_PPS_File::init() initialization method.
83-better error handling.
84   </notes>
85  </release>
86  <release>
87   <version>
88    <release>0.4</release>
89    <api>0.4</api>
90   </version>
91   <stability>
92    <release>beta</release>
93    <api>beta</api>
94   </stability>
95   <date>2003-09-25</date>
96   <license uri="http://www.php.net/license">PHP</license>
97   <notes>
98-deleting tmp files (Herman Kuiper).
99-fixed hardcoded tmp dir (Herman Kuiper).
100-fixed pass by reference warning (Herman Kuiper).
101   </notes>
102  </release>
103  <release>
104   <version>
105    <release>0.5</release>
106    <api>0.5</api>
107   </version>
108   <stability>
109    <release>beta</release>
110    <api>beta</api>
111   </stability>
112   <date>2003-12-14</date>
113   <license uri="http://www.php.net/license">PHP</license>
114   <notes>
115- BC break!!! OLE/OLE.php file moved to OLE.php to comply with PEAR
116  standards. You will have to change your require(&apos;OLE/OLE.php&apos;)&apos;s
117  for require(&apos;OLE.php&apos;)&apos;s
118- If you are using Spreadsheet_Excel_Writer, do not upgrade to this
119  version yet. A new version of Spreadsheet_Excel_Writer will be
120  released soon so the BC break won&apos;t affect you.
121- allowing setting of temp dir for OLE_PPS_File and OLE_PPS_Root objects
122- fixed problem when reading files (not reading the whole OLE tree)
123   </notes>
124  </release>
125  <release>
126   <version>
127    <release>0.6.0</release>
128    <api>0.6.0</api>
129   </version>
130   <stability>
131    <release>beta</release>
132    <api>beta</api>
133   </stability>
134   <date>2007-12-09</date>
135   <license uri="http://www.php.net/license">PHP</license>
136   <notes>
137Rewrite of parser (no change to writer):
138- Files inside OLE container are now saved in directory structure.
139- Parser now properly uses Big Block, Small Block and Master Block Allocation Tables.
140- Added stream interface for reading files inside OLE container.
141
142- Bug #6516. Fix &quot;PPS at 1 has unknown type&quot; errors. (Christian Schmidt)
143- Coding Standard cleanups (by helgi)
144- Bug #3951 OLE_PPS_File::init() does not return true on success (by helgi)
145- Bug #3955 OLE::_readPpsWks() does not return true on success (by helgi)
146   </notes>
147  </release>
148  <release>
149   <version>
150    <release>0.6.1</release>
151    <api>0.6.1</api>
152   </version>
153   <stability>
154    <release>beta</release>
155    <api>beta</api>
156   </stability>
157   <date>2007-12-18</date>
158   <license uri="http://www.php.net/license">PHP</license>
159   <notes>
160- fixed bug #12693: wrong order of require_once
161- added missing file to package: ChainedBlockStream.php
162   </notes>
163  </release>
164  <release>
165   <version>
166    <release>0.6.2</release>
167    <api>0.6.2</api>
168   </version>
169   <stability>
170    <release>beta</release>
171    <api>beta</api>
172   </stability>
173   <date>2012-01-26</date>
174   <license uri="http://www.php.net/license">PHP</license>
175   <notes>
176- fixed bug #12944: Incompatibility open_basedir restriction.
177   </notes>
178  </release>
179  <release>
180   <version>
181    <release>1.0.0RC2</release>
182    <api>1.0.0RC2</api>
183   </version>
184   <stability>
185    <release>beta</release>
186    <api>beta</api>
187   </stability>
188   <date>2012-01-26</date>
189   <license uri="http://www.php.net/license">PHP</license>
190   <notes>
191QA release
192Bug #15904 Invalid Bigblock chain with files &gt; 200MB
193Bug #17685 OLE doesn&apos;t save multistreams
194   </notes>
195  </release>
196  <release>
197   <version>
198    <release>1.0.0RC3</release>
199    <api>1.0.0RC3</api>
200   </version>
201   <stability>
202    <release>beta</release>
203    <api>beta</api>
204   </stability>
205   <date>2017-06-20</date>
206   <license uri="http://www.php.net/license">PHP</license>
207   <notes>
208Bug #19284:  RC2 breaks header in excel files from Spreadsheet_Excel_Writer
209Bug #21216:  Call to undefined method PEAR::OLE_PPS()
210   </notes>
211  </release>
212 </changelog>
213</package>
214