From 0a950a05005f94e56bd2a42b99a0961db86952db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Dec 2013 07:35:30 +0100 Subject: Sync with pecl/zip 1.12.4dev - update bunled libzip to 0.11.2 - expose zip_file_set_external_attributes + zip_file_get_external_attributes with new methods: ZipArchive::setExternalAttributesName ZipArchive::setExternalAttributesIndex ZipArchive::getExternalAttributesName ZipArchive::getExternalAttributesIndex --- ext/zip/lib/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/zip/lib/config.h') diff --git a/ext/zip/lib/config.h b/ext/zip/lib/config.h index f9132ba439..ee77c66d43 100644 --- a/ext/zip/lib/config.h +++ b/ext/zip/lib/config.h @@ -21,5 +21,9 @@ #else /* Building in PHP tree */ -#include "php_config.h" +# ifdef _WIN32 +# include "config.w32.h" +# else +# include "php_config.h" +# endif #endif -- cgit v1.2.1