]> granicus.if.org Git - php/commitdiff
Next is 8.0.3
authorGabriel Caruso <carusogabriel34@gmail.com>
Tue, 19 Jan 2021 16:00:48 +0000 (13:00 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Tue, 19 Jan 2021 16:00:48 +0000 (13:00 -0300)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 2535add8d0f4544d259b917e1e652286b7896854..06da4d05b86cf6dac845b2b6ffe3239879458bb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2021, PHP 8.0.2
+?? ??? 2021, PHP 8.0.3
+
+
+21 Jan 2021, PHP 8.0.2
 
 - Core:
   . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)
index 471eeb3e0f13cd9ace4959a32648ce5971a633e5..a851ded9b9504671ac329719a38b1fd09875d886 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "4.0.2-dev"
+#define ZEND_VERSION "4.0.3-dev"
 
 #define ZEND_ENGINE_3
 
index 91e6ce16fed451b97bbc86878ded304aba03f616..65f1c92114d95080eeeddec367390833654ce207 100644 (file)
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
 dnl ----------------------------------------------------------------------------
 
 AC_PREREQ([2.68])
-AC_INIT([PHP],[8.0.2-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[8.0.3-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
index bb2c9278749863d976a87660835fb3f102a2bd19..d091796a04d3f764bc45cc796c728803b70f233a 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 8
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 2
+#define PHP_RELEASE_VERSION 3
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.2-dev"
-#define PHP_VERSION_ID 80002
+#define PHP_VERSION "8.0.3-dev"
+#define PHP_VERSION_ID 80003