summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-01-28 21:46:13 +0000
committerGreg Beaver <cellog@php.net>2007-01-28 21:46:13 +0000
commitb53229dae06fd84f9b675fd056c7da6547821848 (patch)
tree221a435150bf0ea79e32e8316033a76b051e2bdb /ext
parent8cfaa44955358a74587de32584ab3543c512ffbb (diff)
downloadphp-git-b53229dae06fd84f9b675fd056c7da6547821848.tar.gz
note finishing of docs (whew)
Diffstat (limited to 'ext')
-rw-r--r--ext/phar/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO
index a1e57c29b9..79eaa63311 100644
--- a/ext/phar/TODO
+++ b/ext/phar/TODO
@@ -10,8 +10,8 @@ Version 1.0.0
class PharFileInfo completely [Marcus]
X implement in-phar locking, so that a file that is opened for reading can't
have a handle opened for writing [Greg]
- X docs on file format/manifest description
- * docs on uses
+ X docs on file format/manifest description [Greg]
+ X docs on uses [Greg]
X stream context for specifying compression of a file [Marcus]
X stream context for specifying meta-data [Greg]
X Phar->begin()/Phar->commit() for specifying a new stub to the phar,