update TODO for needed things

This commit is contained in:
Greg Beaver 2007-01-29 06:10:18 +00:00
parent c7a5d062f5
commit 41b5470358

View File

@ -9,7 +9,7 @@ Version 1.0.0
X if SPL is disabled, enable only static methods of class Phar and disable X if SPL is disabled, enable only static methods of class Phar and disable
class PharFileInfo completely [Marcus] class PharFileInfo completely [Marcus]
X implement in-phar locking, so that a file that is opened for reading can't X implement in-phar locking, so that a file that is opened for reading can't
have a handle opened for writing [Greg] have a handle opened for writing [Marcus/Greg]
X docs on file format/manifest description [Greg] X docs on file format/manifest description [Greg]
X docs on uses [Greg] X docs on uses [Greg]
X stream context for specifying compression of a file [Marcus] X stream context for specifying compression of a file [Marcus]
@ -27,6 +27,10 @@ Version 1.0.0
streams interface [Greg] streams interface [Greg]
X Phar archive metadata Phar::setMetaData($metadata) Phar::getMetaData() [Greg] X Phar archive metadata Phar::setMetaData($metadata) Phar::getMetaData() [Greg]
X support rename() in stream wrapper [Greg] X support rename() in stream wrapper [Greg]
* update docs to reflect changes in error handling
* update docs to add setStub(), make note about not using it within begin()/commit()
? have setStub() throw an exception if used between begin()/commit() [erase if no]
* fix 011.phpt, 029.phpt for uncaught exceptions causing bad cleanup
Version 1.1.0 Version 1.1.0