[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-php-uploadprogress] 2.x: Set PHP>7.2.0 and bump version to 2.0.0
From:       Andy Postnikov <noreply () php ! net>
Date:       2021-09-29 1:57:16
Message-ID: LeblUpBHHPhrRILkPHPkfLtkh61PGdMEw8hS4Q5qcv4 () main ! php ! net
[Download RAW message or body]

Author: Andy Postnikov (andypost)
Pusher: ramsey
Date: 2021-09-29T04:09:22+03:00

Commit: https://github.com/php/pecl-php-uploadprogress/commit/cdb04a1b6786a4dd4da1917e3345fb58812adbcd
 Raw diff: https://github.com/php/pecl-php-uploadprogress/commit/cdb04a1b6786a4dd4da1917e3345fb58812adbcd.diff


Set PHP>7.2.0 and bump version to 2.0.0

Changed paths:
  M  package.xml
  M  php_uploadprogress.h


Diff:

diff --git a/package.xml b/package.xml
index 5063a89..eb1114c 100644
--- a/package.xml
+++ b/package.xml
@@ -11,7 +11,7 @@
     <description>
         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.  
-        The uploadprogress extension works on PHP 5, PHP 7, and PHP 8 (since version \
1.1.2). It requires the use of the Apache HTTP Server with mod_php. Other web servers \
and PHP-FPM are not yet supported. +        The uploadprogress extension works on PHP \
7.2+, and PHP 8 (since version 1.1.2). It requires the use of the Apache HTTP Server \
with mod_php. Other web servers and PHP-FPM are not yet supported.  
         See https://github.com/php/pecl-php-uploadprogress for documentation and \
examples.  </description>
@@ -30,7 +30,7 @@
     <date>2021-09-28</date>
     <time>23:20:00</time>
     <version>
-        <release>1.1.4</release>
+        <release>2.0.0</release>
         <api>1.0.0</api>
     </version>
     <stability>
@@ -108,7 +108,7 @@
     <dependencies>
         <required>
             <php>
-                <min>5.2.0</min>
+                <min>7.2.0</min>
             </php>
             <pearinstaller>
                 <min>1.4.0</min>
diff --git a/php_uploadprogress.h b/php_uploadprogress.h
index 5eb614f..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.4"
+#define PHP_UPLOADPROGRESS_VERSION "2.0.0"
 
 #ifdef PHP_WIN32
 #define PHP_UPLOADPROGRESS_API __declspec(dllexport)

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic