summaryrefslogtreecommitdiff
path: root/ext/phar/phar_path_check.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - This is as good as it gets in HEAD at present (~30% tests fail here)Steph Fox2008-08-011-1/+1
* fix gcov buildNuno Lopes2008-01-181-21/+21
* fix empty directories in phar, add testGreg Beaver2008-01-091-45/+36
* - Include spl_iterators.hMarcus Boerger2007-02-081-2/+2
* - Detect \0 in paths where possibleMarcus Boerger2007-02-051-8/+13
* - Check for illegal chars (control + potential UTF-8 (need to take care of in...Marcus Boerger2007-02-051-57/+73
* improve error message empty entry => empty directory. Add check for phar://b...Greg Beaver2007-02-051-22/+29
* - PHP_VERSION_ID exists only in newer PHPs (5.1+)Marcus Boerger2007-02-041-15/+16
* - Disallow stars in pathsMarcus Boerger2007-02-041-39/+47
* - Add path sanitizer for new pathsMarcus Boerger2007-02-041-0/+159