From: Steph Fox Date: Sat, 1 Mar 2008 22:04:19 +0000 (+0000) Subject: Tested this time. All's fine here, MacOSX still complaining @ present. X-Git-Tag: RELEASE_2_0_0a1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f96cd8fbc30a8c234fcde8155654c12cacd81b12;p=php Tested this time. All's fine here, MacOSX still complaining @ present. --- diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index 7cc44b4fc8..7b47c3004d 100755 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -338,8 +338,6 @@ union _phar_entry_object { }; #endif -BEGIN_EXTERN_C() - int phar_has_bz2; int phar_has_zlib; @@ -359,6 +357,8 @@ static inline void phar_unixify_path_separators(char *path, int path_len) } #endif +BEGIN_EXTERN_C() + void phar_request_initialize(TSRMLS_D); void phar_object_init(TSRMLS_D);