From: Greg Beaver Date: Mon, 29 Jan 2007 06:10:18 +0000 (+0000) Subject: update TODO for needed things X-Git-Tag: RELEASE_1_0_0RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41b547035822153fd8f79bc28d500c54e5b7661b;p=php update TODO for needed things --- diff --git a/ext/phar/TODO b/ext/phar/TODO index 098fa5f9ed..6161f84e85 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -9,7 +9,7 @@ Version 1.0.0 X if SPL is disabled, enable only static methods of class Phar and disable 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] + have a handle opened for writing [Marcus/Greg] X docs on file format/manifest description [Greg] X docs on uses [Greg] X stream context for specifying compression of a file [Marcus] @@ -27,6 +27,10 @@ Version 1.0.0 streams interface [Greg] X Phar archive metadata Phar::setMetaData($metadata) Phar::getMetaData() [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