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

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-php-uploadprogress] master: Update version numbers in documentation and examples
From:       Ben Ramsey <noreply () php ! net>
Date:       2021-09-29 2:20:00
Message-ID: 2tLzBC7cbmwQl26qpNT3Q9vmxcxjGmmy8fNStqCu9p8 () main ! php ! net
[Download RAW message or body]

Author: Ben Ramsey (ramsey)
Date: 2021-09-28T21:19:58-05:00

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


Update version numbers in documentation and examples

Changed paths:
  M  LICENSE
  M  README.md
  M  examples/README.md
  M  examples/docker-compose.yml


Diff:

diff --git a/LICENSE b/LICENSE
index 03e2836..6a15be5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------
                   The PHP License, version 3.01
-Copyright (c) 1999 - 2020 The PHP Group. All rights reserved.
+Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
 --------------------------------------------------------------------
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
index ca76a03..01decfa 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ file as it is being uploaded.
 
 ## Requirements
 
-The uploadprogress extension works on PHP 5, PHP 7, and PHP 8. It requires the
+The uploadprogress extension works on PHP 7.2+ and PHP 8. It requires the
 use of the [Apache HTTP Server][] with [mod_php][]. Other web servers and
 [PHP-FPM][] are not yet supported.
 
diff --git a/examples/README.md b/examples/README.md
index e153898..fe85822 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,7 +4,7 @@ To run this example, you will need:
 
 * [Apache httpd][] with [mod_php][] (other web servers and [PHP-FPM][] are not
   yet supported)
-* PHP 5.4+ with the [fileinfo][] extension
+* PHP >= 7.2 with the [fileinfo][] extension
 
 The easiest way to run this example is by using [Docker][] with the provided
 `docker-compose.yml` file (which includes all the requirements), though Docker
diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml
index bc78bee..63aa88b 100644
--- a/examples/docker-compose.yml
+++ b/examples/docker-compose.yml
@@ -9,7 +9,7 @@ services:
       context: ./.docker
       args:
         php_version: 8.0
-        uploadprogress_version: 1.1.4
+        uploadprogress_version: 2.0.0
     ports:
       - "8080:80"
     volumes:

-- 
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