From 025ed87f8f8e43cf39e55d70b46278a1cd24e455 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Thu, 18 Jan 2007 22:29:25 +0000 Subject: [PATCH] add roadmap --- ext/phar/TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/phar/TODO diff --git a/ext/phar/TODO b/ext/phar/TODO new file mode 100644 index 0000000000..9767630839 --- /dev/null +++ b/ext/phar/TODO @@ -0,0 +1,18 @@ +Version 1.0.0 + + * implement metadata in manifest as [metadatacount8][type32][len16][metadata...] + * if SPL is disabled, disable the Phar class + * implement in-phar locking, so that a file that is opened for reading can't have + a handle opened for writing + * docs on file format/manifest description + * docs on uses + * support stream context for specifying compression of a file, as well as meta-data + * add setUncompressed(), setCompressedGZ() and setCompressedBZ2() to PharFileInfo class + * add uncompressAllFiles(), compressAllFilesGZ() and compressAllFilesBZ2() to Phar class + * add setMetaData($key, $contents) to PharFileInfo + * add getMetaData($key = null) to PharFileInfo + * always throw exceptions from the Phar object, and E_RECOVERABLE_ERROR from streams interface + +Version 1.1.0 + + * implement GPG signing \ No newline at end of file -- 2.50.1