From f96cd8fbc30a8c234fcde8155654c12cacd81b12 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Sat, 1 Mar 2008 22:04:19 +0000 Subject: [PATCH] Tested this time. All's fine here, MacOSX still complaining @ present. --- ext/phar/phar_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.50.1