summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2021-02-16 11:26:47 +0000
committerDerick Rethans <github@derickrethans.nl>2021-02-16 11:26:47 +0000
commit6d3d9104e6c2158343ad9ed30fd299b874118c21 (patch)
tree476cfd842102eac485c54d4dd19ab5f250965d79
parent75667427549b5154ab8c6f0aba21063d7882ad54 (diff)
downloadphp-git-6d3d9104e6c2158343ad9ed30fd299b874118c21.tar.gz
PHP-7.4 is now 7.4.17-dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5a7f0ff7ea..8d76c9560c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2021, PHP 7.4.16
+?? ??? 2021, php 7.4.17
+
+
+25 Feb 2021, php 7.4.16
- Core:
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
diff --git a/configure.ac b/configure.ac
index 9bafa451b6..8c634d738a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.16-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.17-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER