pajoye Sun Jun 8 11:42:35 2008 UTC Removed files: /php-src/ext/zip Makefile.frag
Modified files: /php-src/ext/zip config.m4 Log: - MFB: do not export the api or install the headers http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.12&r2=1.13&diff_format=u Index: php-src/ext/zip/config.m4 diff -u php-src/ext/zip/config.m4:1.12 php-src/ext/zip/config.m4:1.13 --- php-src/ext/zip/config.m4:1.12 Fri Jan 18 00:33:15 2008 +++ php-src/ext/zip/config.m4 Sun Jun 8 11:42:35 2008 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.12 2008/01/18 00:33:15 cellog Exp $ +dnl $Id: config.m4,v 1.13 2008/06/08 11:42:35 pajoye Exp $ dnl PHP_ARG_ENABLE(zip, for zip archive read/writesupport, @@ -66,12 +66,4 @@ 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php