Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -2/+0 |
| | | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872. | ||||
* | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 1 | -4/+4 |
| | |||||
* | Remove superfluous SKIPIF sections in more tests | Gabriel Caruso | 2018-02-04 | 1 | -3/+2 |
| | |||||
* | combine PharFileInfo->setCompressedGZ/setCompressedBZIP2 into compress() ↵ | Greg Beaver | 2008-04-11 | 1 | -1/+1 |
| | | | | | | | | with parameter Phar::GZ or Phar::BZ2 use ZEND_ACC_PUBLIC in PharFileInfo definitions, to be consistent [DOC] | ||||
* | s/getContents/getContent/ | Greg Beaver | 2008-04-10 | 1 | -2/+2 |
| | |||||
* | add PharFileInfo->getContents() to retrieve file contents | Greg Beaver | 2008-04-09 | 1 | -0/+34 |
[DOC] |