From 736e23a4c534b0befe20c3a234c6806b4bd7567c Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Fri, 18 Jan 2008 00:31:23 +0000 Subject: MF5.3: install headers, use correct zip version --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index b0f5fa896e..39f5f8f69e 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -654,7 +654,7 @@ zend_module_entry zip_module_entry = { NULL, NULL, PHP_MINFO(zip), - "1.4.0", + "2.0.0", STANDARD_MODULE_PROPERTIES }; /* }}} */ -- cgit v1.2.1