diff options
| author | Derick Rethans <github@derickrethans.nl> | 2020-07-21 09:23:51 +0100 |
|---|---|---|
| committer | Derick Rethans <github@derickrethans.nl> | 2020-07-21 09:23:51 +0100 |
| commit | 973be68c6318226367fd4685a598d12bf228509b (patch) | |
| tree | 1870c83639e3f993f4d87c5f67af7170bfe5af5e | |
| parent | d85b4281d0c4dc3a3c2b87466c30f5f4e56483b9 (diff) | |
| download | php-git-973be68c6318226367fd4685a598d12bf228509b.tar.gz | |
Prepare for 7.4.10
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 |
