File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -72,62 +72,62 @@ environment:
72
72
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
73
73
ARCH : x64
74
74
VC : vc15
75
- PHP_VER : 7.2.26
75
+ PHP_VER : 7.2.32
76
76
TS : 0
77
77
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
78
78
ARCH : x64
79
79
VC : vc15
80
- PHP_VER : 7.2.26
80
+ PHP_VER : 7.2.32
81
81
TS : 1
82
82
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
83
83
ARCH : x86
84
84
VC : vc15
85
- PHP_VER : 7.2.26
85
+ PHP_VER : 7.2.32
86
86
TS : 0
87
87
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
88
88
ARCH : x86
89
89
VC : vc15
90
- PHP_VER : 7.2.26
90
+ PHP_VER : 7.2.32
91
91
TS : 1
92
92
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
93
93
ARCH : x64
94
94
VC : vc15
95
- PHP_VER : 7.3.13
95
+ PHP_VER : 7.3.20
96
96
TS : 0
97
97
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
98
98
ARCH : x64
99
99
VC : vc15
100
- PHP_VER : 7.3.13
100
+ PHP_VER : 7.3.20
101
101
TS : 1
102
102
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
103
103
ARCH : x86
104
104
VC : vc15
105
- PHP_VER : 7.3.13
105
+ PHP_VER : 7.3.20
106
106
TS : 0
107
107
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
108
108
ARCH : x86
109
109
VC : vc15
110
- PHP_VER : 7.3.13
110
+ PHP_VER : 7.3.20
111
111
TS : 1
112
112
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
113
113
ARCH : x64
114
114
VC : vc15
115
- PHP_VER : 7.4.1
115
+ PHP_VER : 7.4.8
116
116
TS : 0
117
117
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
118
118
ARCH : x64
119
119
VC : vc15
120
- PHP_VER : 7.4.1
120
+ PHP_VER : 7.4.8
121
121
TS : 1
122
122
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
123
123
ARCH : x86
124
124
VC : vc15
125
- PHP_VER : 7.4.1
125
+ PHP_VER : 7.4.8
126
126
TS : 0
127
127
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
128
128
ARCH : x86
129
129
VC : vc15
130
- PHP_VER : 7.4.1
130
+ PHP_VER : 7.4.8
131
131
TS : 1
132
132
133
133
build_script :
Original file line number Diff line number Diff line change 18
18
19
19
<active >yes</active >
20
20
</lead >
21
- <date >2020-07-11 </date >
21
+ <date >2020-08-04 </date >
22
22
<version >
23
- <release >1.0.8dev </release >
24
- <api >1.0.8dev </api >
23
+ <release >1.0.8 </release >
24
+ <api >1.0.8 </api >
25
25
</version >
26
26
<stability >
27
27
<release >stable</release >
Original file line number Diff line number Diff line change 7
7
extern zend_module_entry ast_module_entry ;
8
8
#define phpext_ast_ptr &ast_module_entry
9
9
10
- #define PHP_AST_VERSION "1.0.8dev "
10
+ #define PHP_AST_VERSION "1.0.8 "
11
11
12
12
#ifdef PHP_WIN32
13
13
# define PHP_AST_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments