]> granicus.if.org Git - php/commitdiff
- not exported
authorPierre Joye <pajoye@php.net>
Fri, 30 May 2008 19:46:56 +0000 (19:46 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 30 May 2008 19:46:56 +0000 (19:46 +0000)
ext/zip/config.m4
ext/zip/config.w32

index 8b635d1a1a9fed062893be521508e5e8dc1a5262..c7a5378963537900a70dfd2f9fd02078001c04c7 100644 (file)
@@ -95,12 +95,7 @@ yes
        PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c $PHP_ZIP_SOURCES, $ext_shared)
        PHP_ADD_BUILD_DIR($ext_builddir/lib, 1)
        PHP_SUBST(ZIP_SHARED_LIBADD)
-       ifdef([PHP_INSTALL_HEADERS],
-       [
-         dnl Sadly, this is a complete NOP for pecl extensions
-         PHP_INSTALL_HEADERS(ext/zip/lib, [lib/zip.h lib/zipint.h lib/zip_alias.h lib/zipint_alias.h])
-       ])
-       
+
        dnl so we always include the known-good working hack.
        PHP_ADD_MAKEFILE_FRAGMENT
 fi
index 62e8140974878d830a6c2593285b704d16a5ff38..b4083ad9a58b6c366d9d5e53d296eeae64485a7e 100644 (file)
@@ -30,7 +30,6 @@ if (PHP_ZIP != "no") {
 
                AC_DEFINE('HAVE_ZLIB', 1);
                AC_DEFINE('HAVE_ZIP', 1);
-               ADD_FLAG("CFLAGS_ZIP", "/D PHP_ZIP_EXPORTS ");
        } else {
                WARNING("zip not enabled; libraries and headers not found");
        }