summaryrefslogtreecommitdiff
path: root/ext/phar/php_phar.h
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-08-01 13:48:45 +0000
committerSteph Fox <sfox@php.net>2008-08-01 13:48:45 +0000
commit4e5280a7a2d0b097d217511041d46257c28a8e63 (patch)
tree24bd195978d786b294e41338622109486f714817 /ext/phar/php_phar.h
parent821bab83a3f68a31ad15e06d92720018032f8b7e (diff)
downloadphp-git-4e5280a7a2d0b097d217511041d46257c28a8e63.tar.gz
- ws/cs, macros, code that only affects other branches
- some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD
Diffstat (limited to 'ext/phar/php_phar.h')
-rw-r--r--ext/phar/php_phar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h
index 89023972f6..f0a34a2e01 100644
--- a/ext/phar/php_phar.h
+++ b/ext/phar/php_phar.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2005 The PHP Group |
+ | Copyright (c) 2005-2008 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -22,7 +22,7 @@
#ifndef PHP_PHAR_H
#define PHP_PHAR_H
-#define PHP_PHAR_VERSION "2.0.0b2-dev"
+#define PHP_PHAR_VERSION "2.0.0b2-dev"
#include "ext/standard/basic_functions.h"
extern zend_module_entry phar_module_entry;
@@ -34,7 +34,7 @@ extern zend_module_entry phar_module_entry;
#define PHP_PHAR_API
#endif
-#endif /* PHP_PHAR_H */
+#endif /* PHP_PHAR_H */
/*