]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Sun, 27 May 2007 16:58:23 +0000 (16:58 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 27 May 2007 16:58:23 +0000 (16:58 +0000)
ext/phar/TODO
ext/phar/package.php

index 5c9ea9d7e07fd4ee20461f4818a4c0569e77beb7..cde6eadc933b2429ca33d1ac5c47c7e8de463957 100644 (file)
@@ -73,5 +73,5 @@ Version 1.3.0
  * Phar::buildFromIterator($filename, Iterator $it, array $addinfo = null);
    $addinfo = array('alias','flags','metadata','stub'...)
  * Layout: Option to compress all content rather than single files.
-   That excludes stub and anifest haeder.
+   That excludes stub and manifest haeder.
  * stream context option for cleaning crap paths like phar://blah.phar/file//to\\here.php
index 308011c2fd4444c6a6cf9a6653d138f6767559d6..c9b96e17e7f9d5d46b7fc192b9e1f34da23c468e 100644 (file)
@@ -8,6 +8,8 @@ $notes = '
  * Added new subcommands add and delete to phar.phar [Marcus]
  * Made Phar::loadPhar() and Phar::mapPhar() ignore extracted archives [Marcus]
  * Fix issue with compressed entries and uncompressing entries [Marcus]
+ * Verify stubs before writing [Marcus]
+ * Always use longest stub end to avoid issues with length field [Marcus]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {