summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip.h
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-13 06:01:59 +0000
committerGreg Beaver <cellog@php.net>2008-01-13 06:01:59 +0000
commitf6c466a7490da30ea0b684239460001d869e3430 (patch)
treee8e316f0c1165b79b68aa72193b354be26ef574a /ext/zip/lib/zip.h
parent172ea6f32172d22693985990807d8d93aa407f4a (diff)
downloadphp-git-f6c466a7490da30ea0b684239460001d869e3430.tar.gz
MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols
Diffstat (limited to 'ext/zip/lib/zip.h')
-rw-r--r--ext/zip/lib/zip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h
index 929f0c4b13..1f5e6555a3 100644
--- a/ext/zip/lib/zip.h
+++ b/ext/zip/lib/zip.h
@@ -38,6 +38,8 @@
#include "main/php.h"
+/* #defines that rename all zip_ functions and structs */
+#include "zip_alias.h"
#ifdef PHP_WIN32
#include "zip_win32.h"
# ifdef PHP_ZIP_EXPORTS