Skip to content

Commit a989a45

Browse files
committed
Sync public headers for PHP-8.4
1 parent 9d82246 commit a989a45

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cmake/Zend/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ target_sources(
210210
zend_fibers_arginfo.h
211211
zend_fibers.h
212212
zend_float.h
213+
zend_frameless_function.h
213214
zend_gc.h
214215
zend_gdb.h
215216
zend_generators_arginfo.h
@@ -226,11 +227,11 @@ target_sources(
226227
zend_ini.h
227228
zend_interfaces_arginfo.h
228229
zend_interfaces.h
229-
zend_istdiostream.h
230230
zend_iterators.h
231231
zend_language_parser.h
232232
zend_language_scanner_defs.h
233233
zend_language_scanner.h
234+
zend_lazy_objects.h
234235
zend_list.h
235236
zend_llist.h
236237
zend_long.h
@@ -246,6 +247,7 @@ target_sources(
246247
zend_observer.h
247248
zend_operators.h
248249
zend_portability.h
250+
zend_property_hooks.h
249251
zend_ptr_stack.h
250252
zend_range_check.h
251253
zend_signal.h
@@ -263,6 +265,7 @@ target_sources(
263265
zend_type_info.h
264266
zend_types.h
265267
zend_variables.h
268+
zend_verify_type_inference.h
266269
zend_virtual_cwd.h
267270
zend_vm_def.h
268271
zend_vm_execute.h

cmake/ext/gd/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ target_sources(
139139
PUBLIC
140140
FILE_SET HEADERS
141141
FILES
142-
gd_arginfo.h
143-
gd_compat.h
144142
php_gd.h
145143
)
146144

cmake/ext/standard/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,13 @@ target_sources(
136136
md5.h
137137
pack.h
138138
pageinfo.h
139+
password_arginfo.h
139140
php_array.h
140141
php_assert.h
141142
php_browscap.h
142143
php_crypt_r.h
143144
php_crypt.h
145+
php_dir_int.h
144146
php_dir.h
145147
php_dns.h
146148
php_ext_syslog.h
@@ -149,14 +151,11 @@ target_sources(
149151
php_http.h
150152
php_image.h
151153
php_incomplete_class.h
152-
php_lcg.h
153154
php_mail.h
155+
php_math_round_mode.h
154156
php_math.h
155-
php_mt_rand.h
156157
php_net.h
157158
php_password.h
158-
php_rand.h
159-
php_random.h
160159
php_smart_string_public.h
161160
php_smart_string.h
162161
php_standard.h

0 commit comments

Comments
 (0)