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/php_zip_config.w32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/zip/lib/php_zip_config.w32.h') diff --git a/ext/zip/lib/php_zip_config.w32.h b/ext/zip/lib/php_zip_config.w32.h index 8956839c62..1fec26317b 100644 --- a/ext/zip/lib/php_zip_config.w32.h +++ b/ext/zip/lib/php_zip_config.w32.h @@ -54,4 +54,7 @@ typedef long long ssize_t; # endif #endif +# undef strcasecmp +# define strcasecmp _strcmpi + #endif /* HAD_CONFIG_H */ -- cgit v1.2.1