bjori           Wed Sep  6 19:50:22 2006 UTC

  Modified files:              
    /php-src/ext/zip    php_zip.c 
  Log:
  fix build
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/zip/php_zip.c
diff -u php-src/ext/zip/php_zip.c:1.12 php-src/ext/zip/php_zip.c:1.13
--- php-src/ext/zip/php_zip.c:1.12      Wed Sep  6 17:39:33 2006
+++ php-src/ext/zip/php_zip.c   Wed Sep  6 19:50:22 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_zip.c,v 1.12 2006/09/06 17:39:33 pajoye Exp $ */
+/* $Id: php_zip.c,v 1.13 2006/09/06 19:50:22 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1286,7 +1286,7 @@
 {
        struct zip *intern;
        zval *this = getThis();
-       long index
+       long index;
        int comment_len;
        char * comment;
        struct zip_stat sb;
@@ -1958,7 +1958,7 @@
        php_info_print_table_start();
 
        php_info_print_table_row(2, "Zip", "enabled");
-       php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.12 
2006/09/06 17:39:33 pajoye Exp $");
+       php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.13 
2006/09/06 19:50:22 bjori Exp $");
        php_info_print_table_row(2, "Zip version", "2.0.0");
        php_info_print_table_row(2, "Libzip version", "0.7.1");
 

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

Reply via email to