]> granicus.if.org Git - php/commitdiff
- Add Phar::isValidPharfilename() really
authorMarcus Boerger <helly@php.net>
Fri, 18 May 2007 05:48:20 +0000 (05:48 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 18 May 2007 05:48:20 +0000 (05:48 +0000)
ext/phar/phar_object.c

index 99edb54df6e2fed4b45398f81a725673407ea128..ab191e9375449227898dcefe17770caa79fe6c34 100755 (executable)
@@ -1393,6 +1393,7 @@ zend_function_entry php_archive_methods[] = {
        PHP_ME(Phar, getExtractList,        NULL,                      ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
        PHP_ME(Phar, getSupportedSignatures,NULL,                      ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
        PHP_ME(Phar, getSupportedCompression,NULL,                     ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
+       PHP_ME(Phar, isValidPharFilename,   NULL,                      ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
        {NULL, NULL, NULL}
 };