summaryrefslogtreecommitdiff
path: root/ext/phar/tests/test_signaturealgos.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix phar tests with hash extensionPeter Kokot2019-06-301-1/+0
| | | | | | | - The hash extension is now always available. - Remove unfinished test The Phar::PGP currently doesn't exist yet.
* Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-271-1/+0
| | | | | | | | The hash extension is always available since PHP-7.4. The symbol HAVE_HASH_EXT is kept for BC reasons and removed in PHP-8.0. This patch also removes the PHAR_HASH_OK since it is no longer relevant.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-5/+5
|
* MFB: fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-0/+1
|
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-2/+10
|
* increase code coverage of phar.c significantly by ensuring signature ↵Greg Beaver2008-04-211-5/+5
| | | | algorithm test is actually run (duh)
* Move supporting files to their own directory (toplevel tests)Steph Fox2008-02-201-4/+4
|
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-2/+2
|
* - Pendantic changesMarcus Boerger2008-01-041-1/+1
|
* new test to verify signature algo parsing worksGreg Beaver2007-11-251-0/+30