From 5be4acbee279e356aa3a7df0be17228e23d1db2c Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 27 Jan 2020 03:33:34 +0200 Subject: [PATCH] Set PHP>7.3.0 and bump version to 2.0.0 --- package.xml | 8 ++++---- php_uploadprogress.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 198d480..22a8929 100644 --- a/package.xml +++ b/package.xml @@ -11,7 +11,7 @@ A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded. - Versions 1.1.2 and up are compatible with PHP 5, PHP 7, and PHP 8. + Versions 1.2.0 and up are compatible with PHP 7.3+ and PHP 8. See github.com/php/pecl-php-uploadprogress for documentation and examples. @@ -30,7 +30,7 @@ 2020-01-26 - 1.1.2 + 2.0.0 1.0.0 @@ -39,7 +39,7 @@ PHP License - - PHP 8 compatibility; this now builds on PHP 5, PHP 7, and PHP 8 + - PHP 8 compatibility; this now builds on PHP 7.3+ and PHP 8 @@ -58,7 +58,7 @@ - 5.2.0 + 7.3.0 1.4.0 diff --git a/php_uploadprogress.h b/php_uploadprogress.h index 33794a9..fc0d85c 100644 --- a/php_uploadprogress.h +++ b/php_uploadprogress.h @@ -48,7 +48,7 @@ extern "C" { extern zend_module_entry uploadprogress_module_entry; #define phpext_uploadprogress_ptr &uploadprogress_module_entry -#define PHP_UPLOADPROGRESS_VERSION "1.1.2" +#define PHP_UPLOADPROGRESS_VERSION "2.0.0" #ifdef PHP_WIN32 #define PHP_UPLOADPROGRESS_API __declspec(dllexport)