[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.m4

2008-08-08 Thread Pierre-Alain Joye
pajoye  Fri Aug  8 09:47:15 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/zipconfig.m4 
  Log:
  - add missing files for 0.9
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.8.2.3.2.5r2=1.8.2.3.2.6diff_format=u
Index: php-src/ext/zip/config.m4
diff -u php-src/ext/zip/config.m4:1.8.2.3.2.5 
php-src/ext/zip/config.m4:1.8.2.3.2.6
--- php-src/ext/zip/config.m4:1.8.2.3.2.5   Mon Jul 14 09:03:48 2008
+++ php-src/ext/zip/config.m4   Fri Aug  8 09:47:15 2008
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.8.2.3.2.5 2008/07/14 09:03:48 jani Exp $
+dnl $Id: config.m4,v 1.8.2.3.2.6 2008/08/08 09:47:15 pajoye Exp $
 dnl
 
 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
@@ -79,13 +79,15 @@
  lib/zip_error_get_sys_type.c 
lib/zip_file_get_offset.c \
  lib/zip_get_name.c lib/zip_replace.c 
lib/zip_source_function.c \
  lib/zip_unchange.c lib/zip_dirent.c 
lib/zip_error_strerror.c \
- lib/zip_file_strerror.c lib/zip_get_num_files.c \
+ lib/zip_filerange_crc.c lib/zip_file_strerror.c 
lib/zip_get_num_files.c \
+ lib/zip_get_archive_flag.c lib/zip_set_archive_flag.c 
\
  lib/zip_set_name.c lib/zip_source_zip.c 
lib/zip_unchange_data.c \
  lib/zip_entry_free.c lib/zip_error_to_str.c 
lib/zip_fopen.c \
  lib/zip_name_locate.c lib/zip_source_buffer.c 
lib/zip_stat.c \
  lib/zip_entry_new.c lib/zip_err_str.c 
lib/zip_fopen_index.c \
- lib/zip_new.c lib/zip_source_file.c 
lib/zip_stat_index.c lib/zip_get_archive_comment.c \
- lib/zip_get_file_comment.c 
lib/zip_set_archive_comment.c lib/zip_set_file_comment.c \
+ lib/zip_get_archive_comment.c 
lib/zip_get_file_comment.c \
+ lib/zip_new.c lib/zip_source_file.c 
lib/zip_stat_index.c \
+ lib/zip_set_archive_comment.c 
lib/zip_set_file_comment.c \
  lib/zip_unchange_archive.c lib/zip_memdup.c 
lib/zip_stat_init.c lib/zip_add_dir.c \
  lib/zip_error_clear.c lib/zip_file_error_clear.c
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.m4

2008-07-14 Thread Jani Taskinen
janiMon Jul 14 09:03:48 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/zipconfig.m4 
  Log:
  No dots
  
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.8.2.3.2.4r2=1.8.2.3.2.5diff_format=u
Index: php-src/ext/zip/config.m4
diff -u php-src/ext/zip/config.m4:1.8.2.3.2.4 
php-src/ext/zip/config.m4:1.8.2.3.2.5
--- php-src/ext/zip/config.m4:1.8.2.3.2.4   Mon Jul 14 09:02:26 2008
+++ php-src/ext/zip/config.m4   Mon Jul 14 09:03:48 2008
@@ -1,13 +1,13 @@
 dnl
-dnl $Id: config.m4,v 1.8.2.3.2.4 2008/07/14 09:02:26 jani Exp $
+dnl $Id: config.m4,v 1.8.2.3.2.5 2008/07/14 09:03:48 jani Exp $
 dnl
 
 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
-[  --enable-zipInclude Zip read/write support.])
+[  --enable-zipInclude Zip read/write support])
 
 if test -z $PHP_ZLIB_DIR; then
   PHP_ARG_WITH(zlib-dir, for the location of libz,
-  [  --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix.], no, 
no)
+  [  --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, 
no)
 fi
 
 PHP_ARG_WITH(pcre-dir, pcre install prefix,



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.m4 config.w32

2008-05-30 Thread Pierre-Alain Joye
pajoye  Fri May 30 19:46:56 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/zipconfig.m4 config.w32 
  Log:
  - not exported
  
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.8.2.3.2.2r2=1.8.2.3.2.3diff_format=u
Index: php-src/ext/zip/config.m4
diff -u php-src/ext/zip/config.m4:1.8.2.3.2.2 
php-src/ext/zip/config.m4:1.8.2.3.2.3
--- php-src/ext/zip/config.m4:1.8.2.3.2.2   Wed May 21 09:27:41 2008
+++ php-src/ext/zip/config.m4   Fri May 30 19:46:56 2008
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.8.2.3.2.2 2008/05/21 09:27:41 pajoye Exp $
+dnl $Id: config.m4,v 1.8.2.3.2.3 2008/05/30 19:46:56 pajoye Exp $
 dnl
 
 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
@@ -95,12 +95,7 @@
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
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.w32?r1=1.1.2.1.2.3r2=1.1.2.1.2.4diff_format=u
Index: php-src/ext/zip/config.w32
diff -u php-src/ext/zip/config.w32:1.1.2.1.2.3 
php-src/ext/zip/config.w32:1.1.2.1.2.4
--- php-src/ext/zip/config.w32:1.1.2.1.2.3  Wed May 21 09:27:41 2008
+++ php-src/ext/zip/config.w32  Fri May 30 19:46:56 2008
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.1.2.1.2.3 2008/05/21 09:27:41 pajoye Exp $
+// $Id: config.w32,v 1.1.2.1.2.4 2008/05/30 19:46:56 pajoye Exp $
 // vim:ft=javascript
 
 ARG_ENABLE(zip, ZIP support, yes);
@@ -30,7 +30,6 @@
 
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);
}



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php