We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d385a commit 7ea4f0eCopy full SHA for 7ea4f0e
NEWS
@@ -1,7 +1,8 @@
1
PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
+?? ??? ????, PHP 7.4.3
4
-?? ??? ????, PHP 7.4.2
5
+23 Jan 2020, PHP 7.4.2
6
7
- Core:
8
. Preloading support on Windows has been disabled. (Nikita)
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
0 commit comments