summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-07-16 10:38:20 +0200
committerRemi Collet <remi@php.net>2019-07-16 10:38:20 +0200
commitc9037421ac2787842e261ce061726999915a89ef (patch)
tree685892a40d4ac10860adcc478071b832388cedcb
parent9ccf3fb99601dbc1a2aa40f62c0588e2a2ba4f07 (diff)
downloadphp-git-c9037421ac2787842e261ce061726999915a89ef.tar.gz
next is 7.2.22
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d04dc6b79b..5bd2178b59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.2.21
+?? ??? 2019, PHP 7.2.22
+
+
+01 Aug 2019, PHP 7.2.21
- Fileinfo:
. Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
@@ -50,7 +53,7 @@ PHP NEWS
(cmb)
. Fixed bug #78269 (password_hash uses weak options for argon2). (Remi)
-27 Jun 2019, PHP 7.2.20
+04 Jul 2019, PHP 7.2.20
- Core:
. Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
diff --git a/configure.ac b/configure.ac
index 52be9921ec..df8b142f32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=21
+PHP_RELEASE_VERSION=22
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index c4e3b305bb..d754a53d53 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 21
+#define PHP_RELEASE_VERSION 22
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.21-dev"
-#define PHP_VERSION_ID 70221
+#define PHP_VERSION "7.2.22-dev"
+#define PHP_VERSION_ID 70222