mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- MFB: reflect the correct version
This commit is contained in:
parent
44173ebb5e
commit
1e513413f2
2 changed files with 4 additions and 2 deletions
|
@ -2206,8 +2206,8 @@ static PHP_MINFO_FUNCTION(zip)
|
||||||
|
|
||||||
php_info_print_table_row(2, "Zip", "enabled");
|
php_info_print_table_row(2, "Zip", "enabled");
|
||||||
php_info_print_table_row(2, "Extension Version","$Id$");
|
php_info_print_table_row(2, "Extension Version","$Id$");
|
||||||
php_info_print_table_row(2, "Zip version", "2.0.0");
|
php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION_STRING);
|
||||||
php_info_print_table_row(2, "Libzip version", "0.7.1");
|
php_info_print_table_row(2, "Libzip version", "0.8.0");
|
||||||
|
|
||||||
php_info_print_table_end();
|
php_info_print_table_end();
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,8 @@ extern zend_module_entry zip_module_entry;
|
||||||
|
|
||||||
#include "lib/zip.h"
|
#include "lib/zip.h"
|
||||||
|
|
||||||
|
#define PHP_ZIP_VERSION_STRING "1.8.11"
|
||||||
|
|
||||||
/* {{{ OPENBASEDIR_CHECKPATH(filename) */
|
/* {{{ OPENBASEDIR_CHECKPATH(filename) */
|
||||||
#if (PHP_MAJOR_VERSION < 6)
|
#if (PHP_MAJOR_VERSION < 6)
|
||||||
#define OPENBASEDIR_CHECKPATH(filename) \
|
#define OPENBASEDIR_CHECKPATH(filename) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue