summaryrefslogtreecommitdiff
path: root/ext/phar/tests/frontcontroller2.phpt
Commit message (Collapse)AuthorAgeFilesLines
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-2/+2
| | | | | | - stub and creation file updates - far too many test updates to think about
* - Fixed tests (added default_charset=)Felipe Pena2008-05-131-0/+2
|
* Move supporting files to their own directory (toplevel tests)Steph Fox2008-02-201-1/+1
|
* fix webPhar() in CGI sapi, update tests to reflect reality of how these ENV ↵Greg Beaver2008-02-071-1/+2
| | | | vars are passed
* fix front controller tests (requires patch to run-tests.php posted to ↵Greg Beaver2008-01-051-25/+6
| | | | | | | | internals a little while ago) allow phars to have extension .php as last resort fix phar-based phars for MIME_OTHER type
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-1/+1
|
* complete re-factoring of front controller. Now it is done withGreg Beaver2007-12-231-0/+32
Phar->webPhar(): <?php Phar::webPhar(); __HALT_COMPILER(); With the above stub, the default front controller will kick in. An array of mime type overrides, and another array mapping phar file entry -> redirected entry can be used to further customize [DOC]