File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed 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 "3.4 .0-dev"
23
+ #define ZEND_VERSION "4.0 .0-dev"
24
24
25
25
#define ZEND_ENGINE_3
26
26
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ extern "C++" {
109
109
#endif /* PHP_CONFIG_H */
110
110
] )
111
111
112
- PHP_MAJOR_VERSION=7
113
- PHP_MINOR_VERSION=4
112
+ PHP_MAJOR_VERSION=8
113
+ PHP_MINOR_VERSION=0
114
114
PHP_RELEASE_VERSION=0
115
115
PHP_EXTRA_VERSION="-dev"
116
116
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
Original file line number Diff line number Diff line change 1
1
/* automatically generated by configure */
2
2
/* edit configure.ac to change version number */
3
- #define PHP_MAJOR_VERSION 7
4
- #define PHP_MINOR_VERSION 4
3
+ #define PHP_MAJOR_VERSION 8
4
+ #define PHP_MINOR_VERSION 0
5
5
#define PHP_RELEASE_VERSION 0
6
6
#define PHP_EXTRA_VERSION "-dev"
7
- #define PHP_VERSION "7.4 .0-dev"
8
- #define PHP_VERSION_ID 70400
7
+ #define PHP_VERSION "8.0 .0-dev"
8
+ #define PHP_VERSION_ID 80000
You can’t perform that action at this time.
0 commit comments