]> granicus.if.org Git - php/commitdiff
- Pendantic changes
authorMarcus Boerger <helly@php.net>
Fri, 4 Jan 2008 14:06:50 +0000 (14:06 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 4 Jan 2008 14:06:50 +0000 (14:06 +0000)
ext/phar/phar_object.c
ext/phar/tests/test_signaturealgos.phpt

index 0344f4637ec2e5ab636fb46eccf6d5cf66780034..0bc123c43555f926be6a89ce4c54da81cd1d33c1 100755 (executable)
@@ -173,7 +173,6 @@ static int phar_file_action(phar_entry_data *phar, char *mime_type, int code, ch
        zend_file_handle file_handle;
        zend_op_array *new_op_array;
        zval *result = NULL;
-;
 
        switch (code) {
                case PHAR_MIME_PHPS:
index 645cc7e5f646fe78cecc3430ef8a81391f462908..a9aeba28b0c1598fb126564cd5c7e5936aaa89bb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-verify signature parsing works
+Phar: verify signature parsing works
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 <?php if ( extension_loaded("hash")) print "skip extension hash conflicts"; ?>