package.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <package packagerversion="1.9.4" 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>Archive_Tar</name>
  4. <channel>pear.php.net</channel>
  5. <summary>Tar file management class</summary>
  6. <description>This class provides handling of tar files in PHP.
  7. It supports creating, listing, extracting and adding to tar files.
  8. Gzip support is available if PHP has the zlib extension built-in or
  9. loaded. Bz2 compression is also supported with the bz2 extension loaded.
  10. Also Lzma2 compressed archives are supported with xz extension.</description>
  11. <lead>
  12. <name>Vincent Blavet</name>
  13. <user>vblavet</user>
  14. <email>vincent@phpconcept.net</email>
  15. <active>no</active>
  16. </lead>
  17. <lead>
  18. <name>Greg Beaver</name>
  19. <user>cellog</user>
  20. <email>greg@chiaraquartet.net</email>
  21. <active>no</active>
  22. </lead>
  23. <lead>
  24. <name>Michiel Rook</name>
  25. <user>mrook</user>
  26. <email>mrook@php.net</email>
  27. <active>yes</active>
  28. </lead>
  29. <helper>
  30. <name>Stig Bakken</name>
  31. <user>ssb</user>
  32. <email>stig@php.net</email>
  33. <active>no</active>
  34. </helper>
  35. <date>2021-07-20</date>
  36. <time>18:00:00</time>
  37. <version>
  38. <release>1.4.14</release>
  39. <api>1.4.0</api>
  40. </version>
  41. <stability>
  42. <release>stable</release>
  43. <api>stable</api>
  44. </stability>
  45. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  46. <notes>
  47. * Properly fix symbolic link path traversal (CVE-2021-32610)
  48. </notes>
  49. <contents>
  50. <dir name="/">
  51. <dir name="Archive">
  52. <file baseinstalldir="/" name="Tar.php" role="php" />
  53. </dir> <!-- /Archive -->
  54. <dir name="docs">
  55. <file baseinstalldir="/" name="Archive_Tar.txt" role="doc" />
  56. </dir> <!-- /docs -->
  57. </dir> <!-- / -->
  58. </contents>
  59. <compatible>
  60. <name>PEAR</name>
  61. <channel>pear.php.net</channel>
  62. <min>1.8.0</min>
  63. <max>1.10.10</max>
  64. </compatible>
  65. <dependencies>
  66. <required>
  67. <php>
  68. <min>5.2.0</min>
  69. </php>
  70. <pearinstaller>
  71. <min>1.9.0</min>
  72. </pearinstaller>
  73. </required>
  74. </dependencies>
  75. <phprelease />
  76. <changelog>
  77. <release>
  78. <version>
  79. <release>1.4.13</release>
  80. <api>1.4.0</api>
  81. </version>
  82. <stability>
  83. <release>stable</release>
  84. <api>stable</api>
  85. </stability>
  86. <date>2021-02-16</date>
  87. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  88. <notes>
  89. * Fix Bug #27010: Relative symlinks failing (out-of path file extraction) [mrook]
  90. </notes>
  91. </release>
  92. <release>
  93. <version>
  94. <release>1.4.12</release>
  95. <api>1.4.0</api>
  96. </version>
  97. <stability>
  98. <release>stable</release>
  99. <api>stable</api>
  100. </stability>
  101. <date>2021-01-18</date>
  102. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  103. <notes>
  104. * Fix Bug #27008: Symlink out-of-path write vulnerability (CVE-2020-36193) [mrook]
  105. </notes>
  106. </release>
  107. <release>
  108. <version>
  109. <release>1.4.11</release>
  110. <api>1.4.0</api>
  111. </version>
  112. <stability>
  113. <release>stable</release>
  114. <api>stable</api>
  115. </stability>
  116. <date>2020-11-19</date>
  117. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  118. <notes>
  119. * Fix Bug #27002: Filename manipulation vulnerabilities (CVE-2020-28948 / CVE-2020-28949) [mrook]
  120. </notes>
  121. </release>
  122. <release>
  123. <version>
  124. <release>1.4.10</release>
  125. <api>1.4.0</api>
  126. </version>
  127. <stability>
  128. <release>stable</release>
  129. <api>stable</api>
  130. </stability>
  131. <date>2020-09-15</date>
  132. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  133. <notes>
  134. * Fix block padding when the file buffer length is a multiple of 512 and smaller than Archive_Tar buffer length
  135. * Don&apos;t try to copy username/groupname in chroot jail
  136. </notes>
  137. </release>
  138. <release>
  139. <version>
  140. <release>1.4.9</release>
  141. <api>1.4.0</api>
  142. </version>
  143. <stability>
  144. <release>stable</release>
  145. <api>stable</api>
  146. </stability>
  147. <date>2019-12-04</date>
  148. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  149. <notes>
  150. * Implement Feature #23861: Add option to disallow symlinks [mrook]
  151. </notes>
  152. </release>
  153. <release>
  154. <version>
  155. <release>1.4.8</release>
  156. <api>1.4.0</api>
  157. </version>
  158. <stability>
  159. <release>stable</release>
  160. <api>stable</api>
  161. </stability>
  162. <date>2019-10-21</date>
  163. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  164. <notes>
  165. * Fix Bug #23852: PHP 7.4 - Archive_Tar-&gt;_readHeader throws deprecation [mrook]
  166. </notes>
  167. </release>
  168. <release>
  169. <version>
  170. <release>1.4.7</release>
  171. <api>1.4.0</api>
  172. </version>
  173. <stability>
  174. <release>stable</release>
  175. <api>stable</api>
  176. </stability>
  177. <date>2019-04-08</date>
  178. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  179. <notes>
  180. * Improved performance by increasing read buffer size
  181. </notes>
  182. </release>
  183. <release>
  184. <version>
  185. <release>1.4.6</release>
  186. <api>1.4.0</api>
  187. </version>
  188. <stability>
  189. <release>stable</release>
  190. <api>stable</api>
  191. </stability>
  192. <date>2019-02-01</date>
  193. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  194. <notes>
  195. * Improve path traversal detection for forward and backward slashes
  196. </notes>
  197. </release>
  198. <release>
  199. <version>
  200. <release>1.4.5</release>
  201. <api>1.4.0</api>
  202. </version>
  203. <stability>
  204. <release>stable</release>
  205. <api>stable</api>
  206. </stability>
  207. <date>2019-01-02</date>
  208. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  209. <notes>
  210. * Fix Bug #23788: Relative symlinks are broken [mrook]
  211. </notes>
  212. </release>
  213. <release>
  214. <version>
  215. <release>1.4.4</release>
  216. <api>1.4.0</api>
  217. </version>
  218. <stability>
  219. <release>stable</release>
  220. <api>stable</api>
  221. </stability>
  222. <date>2018-12-20</date>
  223. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  224. <notes>
  225. * Fix Bug #21058: Long symlinks are not supported [mrook]
  226. * Fix Bug #23782: Prevent phar:// files from being extracted [mrook]
  227. </notes>
  228. </release>
  229. <release>
  230. <version>
  231. <release>1.4.3</release>
  232. <api>1.4.0</api>
  233. </version>
  234. <stability>
  235. <release>stable</release>
  236. <api>stable</api>
  237. </stability>
  238. <date>2017-06-11</date>
  239. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  240. <notes>
  241. * Fix Bug #21218: Cannot use result of built-in function in write context in PHP
  242. 7.2.0alpha1 [mrook]
  243. </notes>
  244. </release>
  245. <release>
  246. <version>
  247. <release>1.4.2</release>
  248. <api>1.4.0</api>
  249. </version>
  250. <stability>
  251. <release>stable</release>
  252. <api>stable</api>
  253. </stability>
  254. <date>2016-02-25</date>
  255. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  256. <notes>
  257. * Fix reading of archives with files &gt; 8GB
  258. * Performance optimizations
  259. * Do not try to call require_once on PEAR.php if it has already been loaded by the autoloader
  260. </notes>
  261. </release>
  262. <release>
  263. <version>
  264. <release>1.4.1</release>
  265. <api>1.4.0</api>
  266. </version>
  267. <stability>
  268. <release>stable</release>
  269. <api>stable</api>
  270. </stability>
  271. <date>2015-08-05</date>
  272. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  273. <notes>
  274. * Update composer.json to use pear-core-minimal 1.10.0alpha2
  275. </notes>
  276. </release>
  277. <release>
  278. <version>
  279. <release>1.4.0</release>
  280. <api>1.4.0</api>
  281. </version>
  282. <stability>
  283. <release>stable</release>
  284. <api>stable</api>
  285. </stability>
  286. <date>2015-07-20</date>
  287. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  288. <notes>
  289. * Add support for PHP 7
  290. * Drop support for PHP 4
  291. * Add visibility declarations to methods and properties
  292. </notes>
  293. </release>
  294. <release>
  295. <version>
  296. <release>1.3.16</release>
  297. <api>1.3.1</api>
  298. </version>
  299. <stability>
  300. <release>stable</release>
  301. <api>stable</api>
  302. </stability>
  303. <date>2015-04-14</date>
  304. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  305. <notes>
  306. * Fix Bug #20514: invalid package.xml; not installable with pyrus [mrook]
  307. </notes>
  308. </release>
  309. <release>
  310. <version>
  311. <release>1.3.15</release>
  312. <api>1.3.1</api>
  313. </version>
  314. <stability>
  315. <release>stable</release>
  316. <api>stable</api>
  317. </stability>
  318. <date>2015-03-05</date>
  319. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  320. <notes>
  321. * Fixes composer.json parse error
  322. </notes>
  323. </release>
  324. <release>
  325. <version>
  326. <release>1.3.14</release>
  327. <api>1.3.1</api>
  328. </version>
  329. <stability>
  330. <release>stable</release>
  331. <api>stable</api>
  332. </stability>
  333. <date>2015-02-26</date>
  334. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  335. <notes>
  336. * Fix Bug #18505: Possible incorrect handling of file names in TAR [mrook]
  337. </notes>
  338. </release>
  339. <release>
  340. <version>
  341. <release>1.3.13</release>
  342. <api>1.3.1</api>
  343. </version>
  344. <stability>
  345. <release>stable</release>
  346. <api>stable</api>
  347. </stability>
  348. <date>2014-09-02</date>
  349. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD
  350. License</license>
  351. <notes>
  352. * Fix Bug #20382: gzopen fix [mrook]
  353. </notes>
  354. </release>
  355. <release>
  356. <version>
  357. <release>1.3.12</release>
  358. <api>1.3.1</api>
  359. </version>
  360. <stability>
  361. <release>stable</release>
  362. <api>stable</api>
  363. </stability>
  364. <date>2014-08-04</date>
  365. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD
  366. License</license>
  367. <notes>
  368. * Fix Bug #19964: Memory leaking in Archive_Tar [mrook]
  369. * Fix Bug #20246: Broken with php 5.5.9 [mrook]
  370. * Fix Bug #20275: &quot;pax_global_header&quot; looks like a regular file
  371. * [mrook]
  372. * Implement Feature #19827: pass filename to _addFile function - downstream
  373. * patch [mrook]
  374. * Implement Feature #20132: Add custom mode/uid/gid to addString() [mrook]
  375. </notes>
  376. </release>
  377. <release>
  378. <version>
  379. <release>1.3.11</release>
  380. <api>1.3.1</api>
  381. </version>
  382. <stability>
  383. <release>stable</release>
  384. <api>stable</api>
  385. </stability>
  386. <date>2013-02-09</date>
  387. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD
  388. License</license>
  389. <notes>
  390. * Fix Bug #19746: Broken with PHP 5.5 [mrook]
  391. * Implement Feature #11258: Custom date/time in files added on-the-fly
  392. * [mrook]
  393. </notes>
  394. </release>
  395. <release>
  396. <version>
  397. <release>1.3.10</release>
  398. <api>1.3.1</api>
  399. </version>
  400. <stability>
  401. <release>stable</release>
  402. <api>stable</api>
  403. </stability>
  404. <date>2012-04-10</date>
  405. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD
  406. License</license>
  407. <notes>
  408. * Fix Bug #13361: Unable to add() some files (ex. mp3) [mrook]
  409. * Fix Bug #19330: Class creates incorrect (non-readable) tar.gz file
  410. * [mrook]
  411. </notes>
  412. </release>
  413. <release>
  414. <version>
  415. <release>1.3.9</release>
  416. <api>1.3.1</api>
  417. </version>
  418. <stability>
  419. <release>stable</release>
  420. <api>stable</api>
  421. </stability>
  422. <date>2012-02-27</date>
  423. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  424. <notes>
  425. * Fix Bug #16759: No error thrown from missing PHP zlib functions [mrook]
  426. * Fix Bug #18877: Incorrect handling of backslashes in filenames on Linux [mrook]
  427. * Fix Bug #19085: Error while packaging [mrook]
  428. * Fix Bug #19289: Invalid tar file generated [mrook]
  429. </notes>
  430. </release>
  431. <release>
  432. <version>
  433. <release>1.3.8</release>
  434. <api>1.3.1</api>
  435. </version>
  436. <stability>
  437. <release>stable</release>
  438. <api>stable</api>
  439. </stability>
  440. <date>2011-10-14</date>
  441. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  442. <notes>
  443. * Fix Bug #17853: Test failure: dirtraversal.phpt [mrook]
  444. * Fix Bug #18512: dead links are not saved in tar file [mrook]
  445. * Fix Bug #18702: Unpacks incorrectly on long file names using header prefix [mrook]
  446. * Implement Feature #10145: Patch to return a Pear Error Object on failure [mrook]
  447. * Implement Feature #17491: Option to preserve permissions [mrook]
  448. * Implement Feature #17813: Prevent PHP notice when extracting corrupted archive [mrook]
  449. </notes>
  450. </release>
  451. <release>
  452. <version>
  453. <release>1.3.7</release>
  454. <api>1.3.1</api>
  455. </version>
  456. <stability>
  457. <release>stable</release>
  458. <api>stable</api>
  459. </stability>
  460. <date>2010-04-26</date>
  461. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  462. <notes>
  463. PEAR compatibility update
  464. </notes>
  465. </release>
  466. <release>
  467. <version>
  468. <release>1.3.6</release>
  469. <api>1.3.1</api>
  470. </version>
  471. <stability>
  472. <release>stable</release>
  473. <api>stable</api>
  474. </stability>
  475. <date>2010-03-09</date>
  476. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  477. <notes>
  478. * Fix Bug #16963: extractList can&apos;t extract zipped files from big tar [mrook]
  479. * Implement Feature #4013: Ignoring files and directories on creating an archive. [mrook]
  480. </notes>
  481. </release>
  482. <release>
  483. <version>
  484. <release>1.3.5</release>
  485. <api>1.3.1</api>
  486. </version>
  487. <stability>
  488. <release>stable</release>
  489. <api>stable</api>
  490. </stability>
  491. <date>2009-12-31</date>
  492. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  493. <notes>
  494. * Fix Bug #16958: Update &apos;compatible&apos; tag in package.xml [mrook]
  495. </notes>
  496. </release>
  497. <release>
  498. <version>
  499. <release>1.3.4</release>
  500. <api>1.3.1</api>
  501. </version>
  502. <stability>
  503. <release>stable</release>
  504. <api>stable</api>
  505. </stability>
  506. <date>2009-12-30</date>
  507. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  508. <notes>
  509. * Fix Bug #11871: wrong result of ::listContent() if filename begins or ends with space [mrook]
  510. * Fix Bug #12462: invalid tar magic [mrook]
  511. * Fix Bug #13918: Long filenames may get up to 511 0x00 bytes appended on read [mrook]
  512. * Fix Bug #16202: Bogus modification times [mrook]
  513. * Implement Feature #16212: Die is not exception [mrook]
  514. </notes>
  515. </release>
  516. <release>
  517. <version>
  518. <release>1.3.3</release>
  519. <api>1.3.1</api>
  520. </version>
  521. <stability>
  522. <release>stable</release>
  523. <api>stable</api>
  524. </stability>
  525. <date>2009-03-27</date>
  526. <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  527. <notes>
  528. Change the license to New BSD license
  529. minor bugfix release
  530. * fix Bug #9921 compression with bzip2 fails [cellog]
  531. * fix Bug #11594 _readLongHeader leaves 0 bytes in filename [jamessas]
  532. * fix Bug #11769 Incorrect symlink handing [fajar99]
  533. </notes>
  534. </release>
  535. <release>
  536. <version>
  537. <release>1.3.2</release>
  538. <api>1.3.1</api>
  539. </version>
  540. <stability>
  541. <release>stable</release>
  542. <api>stable</api>
  543. </stability>
  544. <date>2007-01-03</date>
  545. <license uri="http://www.php.net/license">PHP License</license>
  546. <notes>
  547. Correct Bug #4016
  548. Remove duplicate remove error display with &apos;@&apos;
  549. Correct Bug #3909 : Check existence of OS_WINDOWS constant
  550. Correct Bug #5452 fix for &quot;lone zero block&quot; when untarring packages
  551. Change filemode (from pear-core/Archive/Tar.php v.1.21)
  552. Correct Bug #6486 Can not extract symlinks
  553. Correct Bug #6933 Archive_Tar (Tar file management class) Directory traversal
  554. Correct Bug #8114 Files added on-the-fly not storing date
  555. Correct Bug #9352 Bug on _dirCheck function over nfs path
  556. </notes>
  557. </release>
  558. <release>
  559. <version>
  560. <release>1.3.1</release>
  561. <api>1.3.1</api>
  562. </version>
  563. <stability>
  564. <release>stable</release>
  565. <api>stable</api>
  566. </stability>
  567. <date>2005-03-17</date>
  568. <license uri="http://www.php.net/license">PHP License</license>
  569. <notes>
  570. Correct Bug #3855
  571. </notes>
  572. </release>
  573. <release>
  574. <version>
  575. <release>1.3.0</release>
  576. <api>1.3.0</api>
  577. </version>
  578. <stability>
  579. <release>stable</release>
  580. <api>stable</api>
  581. </stability>
  582. <date>2005-03-06</date>
  583. <license uri="http://www.php.net/license">PHP License</license>
  584. <notes>
  585. Bugs correction (2475, 2488, 2135, 2176)
  586. </notes>
  587. </release>
  588. <release>
  589. <version>
  590. <release>1.2</release>
  591. <api>1.2</api>
  592. </version>
  593. <stability>
  594. <release>stable</release>
  595. <api>stable</api>
  596. </stability>
  597. <date>2004-05-08</date>
  598. <license uri="http://www.php.net/license">PHP License</license>
  599. <notes>
  600. Add support for other separator than the space char and bug
  601. correction
  602. </notes>
  603. </release>
  604. <release>
  605. <version>
  606. <release>1.1</release>
  607. <api>1.1</api>
  608. </version>
  609. <stability>
  610. <release>stable</release>
  611. <api>stable</api>
  612. </stability>
  613. <date>2003-05-28</date>
  614. <license uri="http://www.php.net/license">PHP License</license>
  615. <notes>
  616. * Add support for BZ2 compression
  617. * Add support for add and extract without using temporary files : methods addString() and extractInString()
  618. </notes>
  619. </release>
  620. <release>
  621. <version>
  622. <release>1.0</release>
  623. <api>1.0</api>
  624. </version>
  625. <stability>
  626. <release>stable</release>
  627. <api>stable</api>
  628. </stability>
  629. <date>2003-01-24</date>
  630. <license uri="http://www.php.net/license">PHP License</license>
  631. <notes>
  632. Change status to stable
  633. </notes>
  634. </release>
  635. <release>
  636. <version>
  637. <release>0.10-b1</release>
  638. <api>0.10-b1</api>
  639. </version>
  640. <stability>
  641. <release>beta</release>
  642. <api>beta</api>
  643. </stability>
  644. <date>2003-01-08</date>
  645. <license uri="http://www.php.net/license">PHP License</license>
  646. <notes>
  647. Add support for long filenames (greater than 99 characters)
  648. </notes>
  649. </release>
  650. <release>
  651. <version>
  652. <release>0.9</release>
  653. <api>0.9</api>
  654. </version>
  655. <stability>
  656. <release>stable</release>
  657. <api>stable</api>
  658. </stability>
  659. <date>2002-05-27</date>
  660. <license uri="http://www.php.net/license">PHP License</license>
  661. <notes>
  662. Auto-detect gzip&apos;ed files
  663. </notes>
  664. </release>
  665. <release>
  666. <version>
  667. <release>0.4</release>
  668. <api>0.4</api>
  669. </version>
  670. <stability>
  671. <release>stable</release>
  672. <api>stable</api>
  673. </stability>
  674. <date>2002-05-20</date>
  675. <license uri="http://www.php.net/license">PHP License</license>
  676. <notes>
  677. Windows bugfix: use forward slashes inside archives
  678. </notes>
  679. </release>
  680. <release>
  681. <version>
  682. <release>0.2</release>
  683. <api>0.2</api>
  684. </version>
  685. <stability>
  686. <release>stable</release>
  687. <api>stable</api>
  688. </stability>
  689. <date>2002-02-18</date>
  690. <license uri="http://www.php.net/license">PHP License</license>
  691. <notes>
  692. From initial commit to stable
  693. </notes>
  694. </release>
  695. <release>
  696. <version>
  697. <release>0.3</release>
  698. <api>0.3</api>
  699. </version>
  700. <stability>
  701. <release>stable</release>
  702. <api>stable</api>
  703. </stability>
  704. <date>2002-04-13</date>
  705. <license uri="http://www.php.net/license">PHP License</license>
  706. <notes>
  707. Windows bugfix: used wrong directory separators
  708. </notes>
  709. </release>
  710. </changelog>
  711. </package>