PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.0.1RC1
+?? ??? ????, PHP 8.0.2RC1
+
+
+07 Jan 2021, PHP 8.0.1
- Core:
. Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION).
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 1
+#define PHP_RELEASE_VERSION 2
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.1-dev"
-#define PHP_VERSION_ID 80001
+#define PHP_VERSION "8.0.2-dev"
+#define PHP_VERSION_ID 80002