summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--main/php_version.h6
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index fc7cf905d4..a5fa046938 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, PHP 7.4.3
-?? ??? ????, PHP 7.4.2
+23 Jan 2020, PHP 7.4.2
- Core:
. Preloading support on Windows has been disabled. (Nikita)
diff --git a/main/php_version.h b/main/php_version.h
index 0eada26e63..27e342e367 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 4
-#define PHP_RELEASE_VERSION 2
+#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.2-dev"
-#define PHP_VERSION_ID 70402
+#define PHP_VERSION "7.4.3-dev"
+#define PHP_VERSION_ID 70403