summaryrefslogtreecommitdiff
path: root/ext/phar/TODO
Commit message (Collapse)AuthorAgeFilesLines
* - Update package/TODO as best memory allowsSteph Fox2008-05-121-2/+2
|
* update TODO, re-order methods to be alphabetical, tweak extractTo to set ↵Greg Beaver2008-05-021-1/+1
| | | | | | | permissions and handle NULL for files # this also matches the docs I just committed :)
* prepare release of 2.0.0a1Greg Beaver2008-03-261-1/+1
|
* fix read/write for PharData object, update tests to current APIGreg Beaver2008-03-241-1/+1
|
* check for invalid aliases, add tests for this and direct setting of stub/aliasGreg Beaver2008-03-241-1/+1
|
* prevent direct setting of stub or alias in tar/zipGreg Beaver2008-03-241-1/+1
|
* update TODOGreg Beaver2008-03-231-10/+12
|
* update TODOSteph Fox2008-03-071-4/+4
|
* Kill an unnecessary bit of internal docu and add 'compression' to the TODOSteph Fox2008-02-281-0/+1
|
* Update TODOSteph Fox2008-02-271-0/+3
|
* Make it possible to read the TODO file on a laptop :)Steph Fox2008-02-251-39/+49
|
* update TODOGreg Beaver2008-02-251-2/+4
|
* A bunch of stuff to do with filename conversion. Hopefully it won't sink the ↵Steph Fox2008-02-241-6/+5
| | | | ship.
* Implement $phar->setDefaultStub()Steph Fox2008-02-201-3/+3
| | | | | Note that Phar::createDefaultStub() still exists at this point
* update TODO to reflect must-haves prior to 2.0Greg Beaver2008-02-121-0/+9
|
* update TODOGreg Beaver2008-02-111-2/+18
|
* s/1.3.0/2.0.0/Greg Beaver2008-01-191-1/+1
|
* implement whole-file compression of phars for phar/tar-based pharsGreg Beaver2008-01-091-2/+1
| | | | | | | still not 100% working, add failing test add Phar::isCompressed(), which returns either 0, Phar::GZ, or Phar::BZ2 [DOC]
* add tests to package.xml, note new empty directory featureGreg Beaver2008-01-091-1/+1
|
* use zip_free() instead of zip_close(), and don't add a stub if it already ↵Greg Beaver2008-01-041-5/+3
| | | | exists in phar_zip_flush(), update TODO
* implement cleaning of crap paths - major functionality boostGreg Beaver2007-12-201-2/+1
|
* fully implement Phar->copy(), fix testGreg Beaver2007-12-161-1/+1
|
* implement Phar::buildFromIterator()Greg Beaver2007-12-121-2/+1
| | | | | | | | | first argument is an iterator that returns as values paths to files to add to the phar archive the key should be the path that the file should be saved as within the phar archive if the optional second parameter is passed, then the key is ignored and substr(value, strlen(base_directory)) is used as the save path within the phar archive [DOC]
* move to 1.3.0 developmentGreg Beaver2007-08-251-1/+1
| | | | | add Phar::delete()
* 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
|