]> granicus.if.org Git - php/commitdiff
Satisfy Greg's inertia
authorSteph Fox <sfox@php.net>
Sat, 22 Mar 2008 21:54:15 +0000 (21:54 +0000)
committerSteph Fox <sfox@php.net>
Sat, 22 Mar 2008 21:54:15 +0000 (21:54 +0000)
ext/phar/phar_internal.h
ext/phar/php_phar.h

index 9d4900b2b755ea94e710ffa711cc6f54ee79dec0..4e642f58c0d996a21cdcf209304547fc5f286fe4 100755 (executable)
@@ -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 */
index bea528c48fe8b5a2eb405b8d26a73d7cc933a092..85c8ae34f4a963118190f8e89fcedf88b9222dc7 100644 (file)
@@ -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;