summaryrefslogtreecommitdiff
path: root/ext/phar/php_phar.h
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2009-11-11 21:02:59 +0000
committerGreg Beaver <cellog@php.net>2009-11-11 21:02:59 +0000
commit01d9f2c9cefcea3e2742c69cb4968f9b535e6385 (patch)
tree9882e95aed7a007231da734d780f4fd4e95cc7ea /ext/phar/php_phar.h
parent9933df614a0bde07f4384b1a6ab9356007b5b72f (diff)
downloadphp-git-01d9f2c9cefcea3e2742c69cb4968f9b535e6385.tar.gz
fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar tar support
Diffstat (limited to 'ext/phar/php_phar.h')
-rw-r--r--ext/phar/php_phar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h
index c8535fb7f4..e765ad4c5c 100644
--- a/ext/phar/php_phar.h
+++ b/ext/phar/php_phar.h
@@ -22,7 +22,7 @@
#ifndef PHP_PHAR_H
#define PHP_PHAR_H
-#define PHP_PHAR_VERSION "2.0.0"
+#define PHP_PHAR_VERSION "2.0.1"
#include "ext/standard/basic_functions.h"
extern zend_module_entry phar_module_entry;