File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ target_sources(
210
210
zend_fibers_arginfo.h
211
211
zend_fibers.h
212
212
zend_float.h
213
+ zend_frameless_function.h
213
214
zend_gc.h
214
215
zend_gdb.h
215
216
zend_generators_arginfo.h
@@ -226,11 +227,11 @@ target_sources(
226
227
zend_ini.h
227
228
zend_interfaces_arginfo.h
228
229
zend_interfaces.h
229
- zend_istdiostream.h
230
230
zend_iterators.h
231
231
zend_language_parser.h
232
232
zend_language_scanner_defs.h
233
233
zend_language_scanner.h
234
+ zend_lazy_objects.h
234
235
zend_list.h
235
236
zend_llist.h
236
237
zend_long.h
@@ -246,6 +247,7 @@ target_sources(
246
247
zend_observer.h
247
248
zend_operators.h
248
249
zend_portability.h
250
+ zend_property_hooks.h
249
251
zend_ptr_stack.h
250
252
zend_range_check.h
251
253
zend_signal.h
@@ -263,6 +265,7 @@ target_sources(
263
265
zend_type_info.h
264
266
zend_types.h
265
267
zend_variables.h
268
+ zend_verify_type_inference.h
266
269
zend_virtual_cwd.h
267
270
zend_vm_def.h
268
271
zend_vm_execute.h
Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ target_sources(
139
139
PUBLIC
140
140
FILE_SET HEADERS
141
141
FILES
142
- gd_arginfo.h
143
- gd_compat.h
144
142
php_gd.h
145
143
)
146
144
Original file line number Diff line number Diff line change @@ -136,11 +136,13 @@ target_sources(
136
136
md5.h
137
137
pack.h
138
138
pageinfo.h
139
+ password_arginfo.h
139
140
php_array.h
140
141
php_assert.h
141
142
php_browscap.h
142
143
php_crypt_r.h
143
144
php_crypt.h
145
+ php_dir_int.h
144
146
php_dir.h
145
147
php_dns.h
146
148
php_ext_syslog.h
@@ -149,14 +151,11 @@ target_sources(
149
151
php_http.h
150
152
php_image.h
151
153
php_incomplete_class.h
152
- php_lcg.h
153
154
php_mail.h
155
+ php_math_round_mode.h
154
156
php_math.h
155
- php_mt_rand.h
156
157
php_net.h
157
158
php_password.h
158
- php_rand.h
159
- php_random.h
160
159
php_smart_string_public.h
161
160
php_smart_string.h
162
161
php_standard.h
You can’t perform that action at this time.
0 commit comments