]> granicus.if.org Git - php/commitdiff
remove unused constants, note addition of docs in TODO
authorGreg Beaver <cellog@php.net>
Wed, 24 Jan 2007 04:38:19 +0000 (04:38 +0000)
committerGreg Beaver <cellog@php.net>
Wed, 24 Jan 2007 04:38:19 +0000 (04:38 +0000)
ext/phar/TODO
ext/phar/phar_internal.h

index e24ce132bbcaf873598e96647f56bda0dabefeb4..d8c5f8c53e92e61ed3a20f238051f93b9a4de0de 100644 (file)
@@ -10,7 +10,7 @@ Version 1.0.0
    class PharFileInfo completely [Marcus]
  * 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
X docs on file format/manifest description
  * docs on uses
  X stream context for specifying compression of a file [Marcus]
  * stream context for specifying meta-data
index b1e9d2c53dad0b206670474ac19816cd81165f80..c86d17707bea694846d579d98ad3928a6c8b317e 100755 (executable)
 
 #define PHAR_SIG_USE  PHAR_SIG_SHA1
 
-/* metadata type constants */
-
-#define PHAR_METADATA_FINISHED 0x00000000
-
-/* basic meta-data types */
-#define PHAR_METADATA_STRING   0x00000001
-#define PHAR_METADATA_INT      0x00000002
-#define PHAR_METADATA_BOOL     0x00000003
-
 /* flags byte for each file adheres to these bitmasks.
    All unused values are reserved */
 #define PHAR_ENT_COMPRESSION_MASK 0x0000F000