summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_magic.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Cleanup tests version checksTom Van Looy2016-11-201-3/+0
|
* make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, ↵Greg Beaver2009-07-291-0/+3
| | | | merge Gwynne's TSRM fix to phar_object.c to other branches
* implement full support and usage of phar stream in include_path, for both ↵Greg Beaver2008-03-121-0/+1
| | | | | | | | | | | | 5.2 and 5.3. 5.3 code expects the proposed patch for stream wrapper in include_path to be committed 5.2 code only supports phar stream wrapper in include_path. this is a 2-step process. After this, more magic, particularly in funcinterceptors.c will be converted to use phar_resolve_path, which is far safer than the current implementation. this needs windows and 5.2 testing unix/windows
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-1/+1
|
* on second thought, hooking into getcwd() is a bad idea, who uses this for ↵Greg Beaver2007-12-211-3/+2
| | | | code loading, anyways?
* implement cleaning of crap paths - major functionality boostGreg Beaver2007-12-201-1/+3
|
* making progress (include magic works)Greg Beaver2007-12-191-3/+11
|
* [unfinished] magically handle getcwd() and fopen() with include_path inside pharGreg Beaver2007-12-181-0/+21
this work is incomplete, but compiles and existing tests pass