tony2001 Mon Jan 14 08:17:55 2008 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.54&r2=1.55&diff_format=u
Index: php-src/ext/zip/php_zip.c
diff -u php-src/ext/zip/php_zip.c:1.54 php-src/ext/zip/php_zip.c:1.55
--- php-src/ext/zip/php_zip.c:1.54 Sun Jan 13 06:24:27 2008
+++ php-src/ext/zip/php_zip.c Mon Jan 14 08:17:55 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_zip.c,v 1.54 2008/01/13 06:24:27 cellog Exp $ */
+/* $Id: php_zip.c,v 1.55 2008/01/14 08:17:55 tony2001 Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -943,7 +943,7 @@
/* {{{ proto string zip_entry_compressionmethod(resource zip_entry) U
Return a string containing the compression method used on a particular
entry */
-static PHP_FUNCTION(zif_zip_entry_compressionmethod)
+static PHP_NAMED_FUNCTION(zif_zip_entry_compressionmethod)
{
php_zip_entry_get_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3);
}
@@ -2205,7 +2205,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.54
2008/01/13 06:24:27 cellog Exp $");
+ php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.55
2008/01/14 08:17:55 tony2001 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