summaryrefslogtreecommitdiff
path: root/ext/phar/TODO
Commit message (Collapse)AuthorAgeFilesLines
* implement Phar->setAlias()Greg Beaver2007-08-231-1/+1
|
* - UpdateMarcus Boerger2007-05-271-1/+1
|
* - UpdateMarcus Boerger2007-05-211-1/+3
|
* - Update TODOMarcus Boerger2007-05-181-0/+5
|
* - Update todoMarcus Boerger2007-05-181-1/+5
| | | | | - Drop EXPERIMENTAL
* - Reduce overhead of Phar's RINITMarcus Boerger2007-05-161-1/+1
|
* - Update after conference discussionsMarcus Boerger2007-05-161-0/+3
|
* - Add Phar::getSupportedCompression()Marcus Boerger2007-05-141-5/+6
|
* - UpdateMarcus Boerger2007-05-141-1/+6
|
* - Update TODO, we most likely release current state as 1.1.0Marcus Boerger2007-04-041-3/+5
|
* - Split TODOMarcus Boerger2007-03-261-0/+3
|
* [DOC]Greg Beaver2007-03-261-0/+2
| | | | | implement setSignatureAlgorithm() and add class constants Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, Phar::PGP
* - Add general SHA-2 support by optional pecl/hash dependencyMarcus Boerger2007-03-251-1/+1
| | | | | # We actually need support to select the signature type somehow
* typoGreg Beaver2007-03-251-1/+1
|
* - Add ini: phar.extract_listMarcus Boerger2007-03-251-0/+5
| | | | | | | - Add Phar::getExtractList - Both allow to set a mapping <phar-file> to <extract-dir> [[DOC]]
* fix mem leak on error, fix cwd issue. go back to BadMethodCallException for ↵Greg Beaver2007-02-031-2/+2
| | | | Phar->set*CompressedAllFiles(). ALL TESTS PASS, RELEASE IS IMMINENT
* - Update TODOMarcus Boerger2007-01-301-2/+6
| | | | | | - Add Phar::isFlushing() - Improve test
* update TODO for needed thingsGreg Beaver2007-01-291-1/+5
|
* throw exceptions from Phar object, and errors from stream wrapperGreg Beaver2007-01-291-2/+2
| | | | | # we need to account for uncaught exceptions in shutdown, 2 tests leak because of this
* implement Phar->getMetadata() Phar->setMetadata(), add tests, implement ↵Greg Beaver2007-01-291-1/+1
| | | | meta-data in the header
* make Phar metadata todo more explicitGreg Beaver2007-01-281-1/+1
|
* add rename supportGreg Beaver2007-01-281-1/+1
|
* note finishing of docs (whew)Greg Beaver2007-01-281-2/+2
|
* add rename() to TODO for 1.0Greg Beaver2007-01-281-0/+1
|
* add todo about metadata, and 1.1 todo to search/match metadata [take 2]Greg Beaver2007-01-281-0/+2
|
* add todo about metadata, and 1.1 todo to search/match metadataGreg Beaver2007-01-281-0/+1
|
* beginWrite()/commitWrite() => begin()/commit(), note optional rollback() for 1.1Greg Beaver2007-01-281-1/+2
|
* - Move offsetGet()/SplFileClass entry to 1.1Marcus Boerger2007-01-281-2/+2
|
* stream context for specifying meta-dataGreg Beaver2007-01-281-1/+1
|
* fix uncompressAllFiles() and compressAllFilesBZIP2(), add testsGreg Beaver2007-01-271-2/+2
|
* implement phar refcountingGreg Beaver2007-01-261-3/+4
| | | | | | | move setStub to commitWrite() and add beginWrite() # many oo-based tests still fail, they need to be tweaked and fixed
* remove unused constants, note addition of docs in TODOGreg Beaver2007-01-241-1/+1
|
* - Add Phar::getStub(), step 1Marcus Boerger2007-01-221-0/+1
|
* add setUncompressed(), setCompressedGZ(), setCompressedBZ2() to ↵Greg Beaver2007-01-221-2/+2
| | | | PharFileInfo, and a failing test (due to bug in streams + bug in phar)
* X Phar->setStub() for specifying a new stub to the phar [Greg]Greg Beaver2007-01-211-2/+2
|
* - Rewrite/Finish metadata handlingMarcus Boerger2007-01-211-5/+4
|
* spellingGreg Beaver2007-01-211-1/+1
|
* - Per defautl class Phar returns Info class on offsetGet()Marcus Boerger2007-01-211-4/+5
|
* - Disable most of class Phar and all of class PharFileInfo if SPL is not presentMarcus Boerger2007-01-211-12/+17
|
* implement reading meta-data from phars. writing is not yet supportedGreg Beaver2007-01-211-2/+3
|
* implement ini handler for phar.readonly and phar.require_hash that allows ↵Greg Beaver2007-01-201-2/+2
| | | | | | | | enabling it on PHP_INI_ALL if it is disabled in the system, but does not allow disabling it if it is enabled in the syste
* update TODO to include missing itemsGreg Beaver2007-01-201-2/+8
| | | | | | | move permissions to the lowest bits of flags fix warnings about signedness fix unclear /* docs */
* add roadmapGreg Beaver2007-01-181-0/+18