File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ????, PHP 8.0.1RC1
3
+ ?? ??? ????, PHP 8.0.2RC1
4
+
5
+
6
+ 07 Jan 2021, PHP 8.0.1
4
7
5
8
- Core:
6
9
. Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION).
Original file line number Diff line number Diff line change 20
20
#ifndef ZEND_H
21
21
#define ZEND_H
22
22
23
- #define ZEND_VERSION "4.0.0 "
23
+ #define ZEND_VERSION "4.0.2-dev "
24
24
25
25
#define ZEND_ENGINE_3
26
26
Original file line number Diff line number Diff line change 2
2
/* edit configure.ac to change version number */
3
3
#define PHP_MAJOR_VERSION 8
4
4
#define PHP_MINOR_VERSION 0
5
- #define PHP_RELEASE_VERSION 1
5
+ #define PHP_RELEASE_VERSION 2
6
6
#define PHP_EXTRA_VERSION "-dev"
7
- #define PHP_VERSION "8.0.1 -dev"
8
- #define PHP_VERSION_ID 80001
7
+ #define PHP_VERSION "8.0.2 -dev"
8
+ #define PHP_VERSION_ID 80002
You can’t perform that action at this time.
0 commit comments