summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-07-21 09:23:51 +0100
committerDerick Rethans <github@derickrethans.nl>2020-07-21 09:23:51 +0100
commit973be68c6318226367fd4685a598d12bf228509b (patch)
tree1870c83639e3f993f4d87c5f67af7170bfe5af5e
parentd85b4281d0c4dc3a3c2b87466c30f5f4e56483b9 (diff)
downloadphp-git-973be68c6318226367fd4685a598d12bf228509b.tar.gz
Prepare for 7.4.10
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7416df26f4..1ab7e3d1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2020, PHP 7.4.9
+?? ??? 2020, PHP 7.4.10
+
+06 Aug 2020, PHP 7.4.9
- Apache:
. Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time
diff --git a/configure.ac b/configure.ac
index 244ab104f6..df3a0a1107 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.9-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.10-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