From: Steph Fox Date: Sat, 22 Mar 2008 21:54:15 +0000 (+0000) Subject: Satisfy Greg's inertia X-Git-Tag: RELEASE_2_0_0a1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1feb9b581a7fbe927fbb244cf5d688dad55e1b0a;p=php Satisfy Greg's inertia --- diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index 9d4900b2b7..4e642f58c0 100755 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -75,6 +75,8 @@ #define E_RECOVERABLE_ERROR E_ERROR #endif +/* PHP_ because this is public information via MINFO */ +#define PHP_PHAR_API_VERSION "1.1.1" /* x.y.z maps to 0xyz0 */ #define PHAR_API_VERSION 0x1110 /* if we bump PHAR_API_VERSION, change this from 0x1100 to PHAR_API_VERSION */ diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index bea528c48f..85c8ae34f4 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -23,7 +23,6 @@ #define PHP_PHAR_H #define PHP_PHAR_VERSION "2.0.0-dev" -#define PHP_PHAR_API_VERSION "1.1.1" #include "ext/standard/basic_functions.h" extern zend_module_entry phar_module_entry;