diff options
author | Greg Beaver <cellog@php.net> | 2008-01-13 06:01:59 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-13 06:01:59 +0000 |
commit | f6c466a7490da30ea0b684239460001d869e3430 (patch) | |
tree | e8e316f0c1165b79b68aa72193b354be26ef574a /ext/zip/lib/zip.h | |
parent | 172ea6f32172d22693985990807d8d93aa407f4a (diff) | |
download | php-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.h | 2 |
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 |