cellog Wed Jan 24 04:38:18 2007 UTC
Modified files:
/pecl/phar TODO phar_internal.h
Log:
remove unused constants, note addition of docs in TODO
http://cvs.php.net/viewvc.cgi/pecl/phar/TODO?r1=1.11&r2=1.12&diff_format=u
Index: pecl/phar/TODO
diff -u pecl/phar/TODO:1.11 pecl/phar/TODO:1.12
--- pecl/phar/TODO:1.11 Mon Jan 22 00:17:13 2007
+++ pecl/phar/TODO Wed Jan 24 04:38:18 2007
@@ -10,7 +10,7 @@
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
http://cvs.php.net/viewvc.cgi/pecl/phar/phar_internal.h?r1=1.4&r2=1.5&diff_format=u
Index: pecl/phar/phar_internal.h
diff -u pecl/phar/phar_internal.h:1.4 pecl/phar/phar_internal.h:1.5
--- pecl/phar/phar_internal.h:1.4 Mon Jan 22 00:13:19 2007
+++ pecl/phar/phar_internal.h Wed Jan 24 04:38:18 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: phar_internal.h,v 1.4 2007/01/22 00:13:19 cellog Exp $ */
+/* $Id: phar_internal.h,v 1.5 2007/01/24 04:38:18 cellog Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -76,15 +76,6 @@
#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
|