Skip to content

Commit 05b212b

Browse files
committed
Prepare for 7.4.27
1 parent c7a2441 commit 05b212b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 7.4.26
3+
?? ??? ????, PHP 7.4.27
4+
5+
18 Nov 2021, PHP 7.4.26
46

57
- Core:
68
. Fixed bug #81518 (Header injection via default_mimetype / default_charset).

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
1717
dnl ----------------------------------------------------------------------------
1818

1919
AC_PREREQ([2.68])
20-
AC_INIT([PHP],[7.4.26-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[7.4.27-dev],[https://bugs.php.net],[php],[https://www.php.net])
2121
AC_CONFIG_SRCDIR([main/php_version.h])
2222
AC_CONFIG_AUX_DIR([build])
2323
AC_PRESERVE_HELP_ORDER

main/php_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.ac to change version number */
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 4
5-
#define PHP_RELEASE_VERSION 26
5+
#define PHP_RELEASE_VERSION 27
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.26-dev"
8-
#define PHP_VERSION_ID 70426
7+
#define PHP_VERSION "7.4.27-dev"
8+
#define PHP_VERSION_ID 70427

0 commit comments

Comments
 (0)