* 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
* 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")) {