summaryrefslogtreecommitdiff
path: root/ext/phar/tests/mounteddir.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Prevent test conflictsChristoph M. Becker2019-05-141-0/+2
|
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-14/+14
|
* Cleanup tests version checksTom Van Looy2016-11-201-1/+0
|
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-1/+1
|
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-1/+4
|
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-1/+1
| | | | | | - stub and creation file updates - far too many test updates to think about
* MFB: plug security hole of unfettered creation access to .phar magic directoryGreg Beaver2008-05-151-0/+6
|
* finish code coverage work (whew)Greg Beaver2008-04-261-0/+39
|
* implement opendir for mounted directories - much simpler to do than I ↵Greg Beaver2008-04-211-0/+26
| | | | initially thought
* rename Phar::getRunningPhar\(\) to Phar::running\(\) and by default return ↵Greg Beaver2008-03-231-1/+1
| | | | | | | the full phar url, if optional parameter is false, return the path to the phar on disk. Fix a double free on failed mount
* with stream wrappers in include_path, and after marcus's last fix, only 1 ↵Greg Beaver2008-03-211-2/+2
| | | | | | | failing test (tar/tar_makegz.phpt) add mounted file/dir to url stat
* implement Phar::mount() for directories, add testGreg Beaver2008-02-251-0/+44
# opendir not yet implemented for mounted directories