libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / web / php / php-8_1 / php81-common.p5m
blobde255383db50c2535e30f0f030b07043389ec4cb
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2014 EveryCity Ltd. All rights reserved.
13 # Copyright 2022 Friedrich Kink. All rights reserved.
16 # prevents "64bit file in 32bit path" errors
17 <transform file path=usr/php/8.1/extensions/.*\.so -> \
18     add pkg.linted.userland.action001.2 true>
20 <transform file path=etc/php/8.1/.*\.ini -> \
21     default mode 0644>
23 set name=pkg.fmri \
24     value=pkg:/$(COMPONENT_FMRI)/php-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
25 set name=pkg.summary value="PHP Server 8.1 (common files)"
26 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
27 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
31 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
33 file files/php.ini path=etc/php/8.1/php.ini preserve=true
35 # Extension configuration files
36 file files/bcmath.ini path=etc/php/8.1/conf.d/bcmath.ini preserve=true
37 file files/bz2.ini path=etc/php/8.1/conf.d/bz2.ini preserve=true
38 file files/calendar.ini path=etc/php/8.1/conf.d/calendar.ini preserve=true
39 file files/ctype.ini path=etc/php/8.1/conf.d/ctype.ini preserve=true
40 file files/curl.ini path=etc/php/8.1/conf.d/curl.ini preserve=true
41 file files/dom.ini path=etc/php/8.1/conf.d/dom.ini preserve=true
42 file files/exif.ini path=etc/php/8.1/conf.d/exif.ini preserve=true
43 file files/ftp.ini path=etc/php/8.1/conf.d/ftp.ini preserve=true
44 file files/gettext.ini path=etc/php/8.1/conf.d/gettext.ini preserve=true
45 file files/iconv.ini path=etc/php/8.1/conf.d/iconv.ini preserve=true
46 file files/imap.ini path=etc/php/8.1/conf.d/imap.ini preserve=true
47 file files/intl.ini path=etc/php/8.1/conf.d/intl.ini preserve=true
48 file files/ldap.ini path=etc/php/8.1/conf.d/ldap.ini preserve=true
49 file files/mbstring.ini path=etc/php/8.1/conf.d/mbstring.ini preserve=true
50 file files/opcache.ini path=etc/php/8.1/conf.d/opcache.ini preserve=true
51 file files/openssl.ini path=etc/php/8.1/conf.d/openssl.ini preserve=true
52 file files/pdo.ini path=etc/php/8.1/conf.d/pdo.ini preserve=true
53 file files/pdo_sqlite.ini path=etc/php/8.1/conf.d/pdo_sqlite.ini preserve=true
54 file files/pspell.ini path=etc/php/8.1/conf.d/pspell.ini preserve=true
55 file files/soap.ini path=etc/php/8.1/conf.d/soap.ini preserve=true
56 file files/sockets.ini path=etc/php/8.1/conf.d/sockets.ini preserve=true
57 file files/sodium.ini path=etc/php/8.1/conf.d/sodium.ini preserve=true
58 file files/tidy.ini path=etc/php/8.1/conf.d/tidy.ini preserve=true
59 file files/tokenizer.ini path=etc/php/8.1/conf.d/tokenizer.ini preserve=true
60 file files/xmlreader.ini path=etc/php/8.1/conf.d/xmlreader.ini preserve=true
61 file files/xmlwriter.ini path=etc/php/8.1/conf.d/xmlwriter.ini preserve=true
62 file files/xsl.ini path=etc/php/8.1/conf.d/xsl.ini preserve=true
63 file files/zip.ini path=etc/php/8.1/conf.d/zip.ini preserve=true
64 file files/zlib.ini path=etc/php/8.1/conf.d/zlib.ini preserve=true
66 link path=usr/bin/pecl target=../php/8.1/bin/pecl mediator=php \
67     mediator-version=8.1
68 link path=usr/bin/phar target=../php/8.1/bin/phar.phar mediator=php \
69     mediator-version=8.1
70 link path=usr/bin/phar.phar target=../php/8.1/bin/phar.phar mediator=php \
71     mediator-version=8.1
72 link path=usr/bin/php-config target=../php/8.1/bin/php-config mediator=php \
73     mediator-version=8.1
74 link path=usr/bin/phpize target=../php/8.1/bin/phpize mediator=php \
75     mediator-version=8.1
77 link path=usr/php/bin target=./8.1/bin mediator=php mediator-version=8.1
78 link path=usr/php/include target=./8.1/include mediator=php mediator-version=8.1
79 link path=usr/php/lib target=./8.1/lib mediator=php mediator-version=8.1
80 link path=usr/php/man target=./8.1/share/man mediator=php mediator-version=8.1
81 link path=usr/share/man/man1/php-config.1 \
82     target=../../../php/8.1/share/man/man1/php-config.1 mediator=php \
83     mediator-version=8.1
84 link path=usr/share/man/man1/phpize.1 \
85     target=../../../php/8.1/share/man/man1/phpize.1 mediator=php \
86     mediator-version=8.1
88 # Extensions
89 file path=usr/php/8.1/extensions/bcmath.so
90 file path=usr/php/8.1/extensions/bz2.so
91 file path=usr/php/8.1/extensions/calendar.so
92 file path=usr/php/8.1/extensions/ctype.so
93 file path=usr/php/8.1/extensions/curl.so
94 file path=usr/php/8.1/extensions/dom.so
95 file path=usr/php/8.1/extensions/exif.so
96 file path=usr/php/8.1/extensions/ftp.so
97 file path=usr/php/8.1/extensions/gettext.so
98 file path=usr/php/8.1/extensions/iconv.so
99 file path=usr/php/8.1/extensions/imap.so
100 file path=usr/php/8.1/extensions/intl.so
101 file path=usr/php/8.1/extensions/ldap.so
102 file path=usr/php/8.1/extensions/mbstring.so
103 file path=usr/php/8.1/extensions/opcache.so
104 file path=usr/php/8.1/extensions/openssl.so
105 file path=usr/php/8.1/extensions/pdo.so
106 file path=usr/php/8.1/extensions/pdo_sqlite.so
107 file path=usr/php/8.1/extensions/pspell.so
108 file path=usr/php/8.1/extensions/snmp.so
109 file path=usr/php/8.1/extensions/soap.so
110 file path=usr/php/8.1/extensions/sockets.so
111 file path=usr/php/8.1/extensions/sodium.so
112 file path=usr/php/8.1/extensions/tidy.so
113 file path=usr/php/8.1/extensions/tokenizer.so
114 file path=usr/php/8.1/extensions/xmlreader.so
115 file path=usr/php/8.1/extensions/xmlwriter.so
116 file path=usr/php/8.1/extensions/xsl.so
117 file path=usr/php/8.1/extensions/zip.so
118 file path=usr/php/8.1/extensions/zlib.so
120 file path=usr/php/8.1/bin/pecl
121 link path=usr/php/8.1/bin/phar target=phar.phar
122 file path=usr/php/8.1/bin/phar.phar
123 file path=usr/php/8.1/bin/php-config
124 file path=usr/php/8.1/bin/phpize
125 file path=usr/php/8.1/include/php/TSRM/TSRM.h
126 file path=usr/php/8.1/include/php/TSRM/tsrm_win32.h
127 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_call_graph.h
128 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_cfg.h
129 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_dfg.h
130 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_dump.h
131 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_func_info.h
132 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_inference.h
133 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_optimizer.h
134 file path=usr/php/8.1/include/php/Zend/Optimizer/zend_ssa.h
135 file path=usr/php/8.1/include/php/Zend/zend.h
136 file path=usr/php/8.1/include/php/Zend/zend_API.h
137 file path=usr/php/8.1/include/php/Zend/zend_alloc.h
138 file path=usr/php/8.1/include/php/Zend/zend_alloc_sizes.h
139 file path=usr/php/8.1/include/php/Zend/zend_arena.h
140 file path=usr/php/8.1/include/php/Zend/zend_ast.h
141 file path=usr/php/8.1/include/php/Zend/zend_attributes.h
142 file path=usr/php/8.1/include/php/Zend/zend_attributes_arginfo.h
143 file path=usr/php/8.1/include/php/Zend/zend_bitset.h
144 file path=usr/php/8.1/include/php/Zend/zend_build.h
145 file path=usr/php/8.1/include/php/Zend/zend_builtin_functions.h
146 file path=usr/php/8.1/include/php/Zend/zend_builtin_functions_arginfo.h
147 file path=usr/php/8.1/include/php/Zend/zend_closures.h
148 file path=usr/php/8.1/include/php/Zend/zend_closures_arginfo.h
149 file path=usr/php/8.1/include/php/Zend/zend_compile.h
150 file path=usr/php/8.1/include/php/Zend/zend_config.h
151 file path=usr/php/8.1/include/php/Zend/zend_config.w32.h
152 file path=usr/php/8.1/include/php/Zend/zend_constants.h
153 file path=usr/php/8.1/include/php/Zend/zend_cpuinfo.h
154 file path=usr/php/8.1/include/php/Zend/zend_dtrace.h
155 file path=usr/php/8.1/include/php/Zend/zend_dtrace_gen.h
156 file path=usr/php/8.1/include/php/Zend/zend_enum.h
157 file path=usr/php/8.1/include/php/Zend/zend_enum_arginfo.h
158 file path=usr/php/8.1/include/php/Zend/zend_errors.h
159 file path=usr/php/8.1/include/php/Zend/zend_exceptions.h
160 file path=usr/php/8.1/include/php/Zend/zend_exceptions_arginfo.h
161 file path=usr/php/8.1/include/php/Zend/zend_execute.h
162 file path=usr/php/8.1/include/php/Zend/zend_extensions.h
163 file path=usr/php/8.1/include/php/Zend/zend_fibers.h
164 file path=usr/php/8.1/include/php/Zend/zend_fibers_arginfo.h
165 file path=usr/php/8.1/include/php/Zend/zend_float.h
166 file path=usr/php/8.1/include/php/Zend/zend_gc.h
167 file path=usr/php/8.1/include/php/Zend/zend_gdb.h
168 file path=usr/php/8.1/include/php/Zend/zend_generators.h
169 file path=usr/php/8.1/include/php/Zend/zend_generators_arginfo.h
170 file path=usr/php/8.1/include/php/Zend/zend_globals.h
171 file path=usr/php/8.1/include/php/Zend/zend_globals_macros.h
172 file path=usr/php/8.1/include/php/Zend/zend_hash.h
173 file path=usr/php/8.1/include/php/Zend/zend_highlight.h
174 file path=usr/php/8.1/include/php/Zend/zend_inheritance.h
175 file path=usr/php/8.1/include/php/Zend/zend_ini.h
176 file path=usr/php/8.1/include/php/Zend/zend_ini_parser.h
177 file path=usr/php/8.1/include/php/Zend/zend_ini_scanner.h
178 file path=usr/php/8.1/include/php/Zend/zend_ini_scanner_defs.h
179 file path=usr/php/8.1/include/php/Zend/zend_interfaces.h
180 file path=usr/php/8.1/include/php/Zend/zend_interfaces_arginfo.h
181 file path=usr/php/8.1/include/php/Zend/zend_istdiostream.h
182 file path=usr/php/8.1/include/php/Zend/zend_iterators.h
183 file path=usr/php/8.1/include/php/Zend/zend_language_parser.h
184 file path=usr/php/8.1/include/php/Zend/zend_language_scanner.h
185 file path=usr/php/8.1/include/php/Zend/zend_language_scanner_defs.h
186 file path=usr/php/8.1/include/php/Zend/zend_list.h
187 file path=usr/php/8.1/include/php/Zend/zend_llist.h
188 file path=usr/php/8.1/include/php/Zend/zend_long.h
189 file path=usr/php/8.1/include/php/Zend/zend_map_ptr.h
190 file path=usr/php/8.1/include/php/Zend/zend_max_execution_timer.h
191 file path=usr/php/8.1/include/php/Zend/zend_modules.h
192 file path=usr/php/8.1/include/php/Zend/zend_multibyte.h
193 file path=usr/php/8.1/include/php/Zend/zend_multiply.h
194 file path=usr/php/8.1/include/php/Zend/zend_object_handlers.h
195 file path=usr/php/8.1/include/php/Zend/zend_objects.h
196 file path=usr/php/8.1/include/php/Zend/zend_objects_API.h
197 file path=usr/php/8.1/include/php/Zend/zend_observer.h
198 file path=usr/php/8.1/include/php/Zend/zend_operators.h
199 file path=usr/php/8.1/include/php/Zend/zend_portability.h
200 file path=usr/php/8.1/include/php/Zend/zend_ptr_stack.h
201 file path=usr/php/8.1/include/php/Zend/zend_range_check.h
202 file path=usr/php/8.1/include/php/Zend/zend_signal.h
203 file path=usr/php/8.1/include/php/Zend/zend_smart_str.h
204 file path=usr/php/8.1/include/php/Zend/zend_smart_str_public.h
205 file path=usr/php/8.1/include/php/Zend/zend_smart_string.h
206 file path=usr/php/8.1/include/php/Zend/zend_smart_string_public.h
207 file path=usr/php/8.1/include/php/Zend/zend_sort.h
208 file path=usr/php/8.1/include/php/Zend/zend_stack.h
209 file path=usr/php/8.1/include/php/Zend/zend_stream.h
210 file path=usr/php/8.1/include/php/Zend/zend_string.h
211 file path=usr/php/8.1/include/php/Zend/zend_strtod.h
212 file path=usr/php/8.1/include/php/Zend/zend_strtod_int.h
213 file path=usr/php/8.1/include/php/Zend/zend_system_id.h
214 file path=usr/php/8.1/include/php/Zend/zend_type_info.h
215 file path=usr/php/8.1/include/php/Zend/zend_types.h
216 file path=usr/php/8.1/include/php/Zend/zend_variables.h
217 file path=usr/php/8.1/include/php/Zend/zend_virtual_cwd.h
218 file path=usr/php/8.1/include/php/Zend/zend_vm.h
219 file path=usr/php/8.1/include/php/Zend/zend_vm_def.h
220 file path=usr/php/8.1/include/php/Zend/zend_vm_execute.h
221 file path=usr/php/8.1/include/php/Zend/zend_vm_handlers.h
222 file path=usr/php/8.1/include/php/Zend/zend_vm_opcodes.h
223 file path=usr/php/8.1/include/php/Zend/zend_vm_trace_handlers.h
224 file path=usr/php/8.1/include/php/Zend/zend_vm_trace_lines.h
225 file path=usr/php/8.1/include/php/Zend/zend_vm_trace_map.h
226 file path=usr/php/8.1/include/php/Zend/zend_weakrefs.h
227 file path=usr/php/8.1/include/php/Zend/zend_weakrefs_arginfo.h
228 file path=usr/php/8.1/include/php/ext/curl/php_curl.h
229 file path=usr/php/8.1/include/php/ext/date/lib/timelib.h
230 file path=usr/php/8.1/include/php/ext/date/lib/timelib_config.h
231 file path=usr/php/8.1/include/php/ext/date/php_date.h
232 file path=usr/php/8.1/include/php/ext/dom/xml_common.h
233 file path=usr/php/8.1/include/php/ext/filter/php_filter.h
234 file path=usr/php/8.1/include/php/ext/gd/gd_arginfo.h
235 file path=usr/php/8.1/include/php/ext/gd/gd_compat.h
236 file path=usr/php/8.1/include/php/ext/gd/php_gd.h
237 file path=usr/php/8.1/include/php/ext/gmp/php_gmp_int.h
238 file path=usr/php/8.1/include/php/ext/hash/php_hash.h
239 file path=usr/php/8.1/include/php/ext/hash/php_hash_adler32.h
240 file path=usr/php/8.1/include/php/ext/hash/php_hash_crc32.h
241 file path=usr/php/8.1/include/php/ext/hash/php_hash_fnv.h
242 file path=usr/php/8.1/include/php/ext/hash/php_hash_gost.h
243 file path=usr/php/8.1/include/php/ext/hash/php_hash_haval.h
244 file path=usr/php/8.1/include/php/ext/hash/php_hash_joaat.h
245 file path=usr/php/8.1/include/php/ext/hash/php_hash_md.h
246 file path=usr/php/8.1/include/php/ext/hash/php_hash_murmur.h
247 file path=usr/php/8.1/include/php/ext/hash/php_hash_ripemd.h
248 file path=usr/php/8.1/include/php/ext/hash/php_hash_sha.h
249 file path=usr/php/8.1/include/php/ext/hash/php_hash_sha3.h
250 file path=usr/php/8.1/include/php/ext/hash/php_hash_snefru.h
251 file path=usr/php/8.1/include/php/ext/hash/php_hash_tiger.h
252 file path=usr/php/8.1/include/php/ext/hash/php_hash_whirlpool.h
253 file path=usr/php/8.1/include/php/ext/hash/php_hash_xxhash.h
254 file path=usr/php/8.1/include/php/ext/iconv/iconv_arginfo.h
255 file path=usr/php/8.1/include/php/ext/iconv/php_iconv.h
256 file path=usr/php/8.1/include/php/ext/json/php_json.h
257 file path=usr/php/8.1/include/php/ext/json/php_json_parser.h
258 file path=usr/php/8.1/include/php/ext/json/php_json_scanner.h
259 file path=usr/php/8.1/include/php/ext/libxml/php_libxml.h
260 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/config.h
261 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/eaw_table.h
262 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfilter.h
263 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
264 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
265 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
266 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
267 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
268 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
269 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
270 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
271 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_language.h
272 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
273 file path=usr/php/8.1/include/php/ext/mbstring/libmbfl/mbfl/mbfl_string.h
274 file path=usr/php/8.1/include/php/ext/mbstring/mbstring.h
275 file path=usr/php/8.1/include/php/ext/mbstring/php_mbregex.h
276 file path=usr/php/8.1/include/php/ext/mbstring/php_onig_compat.h
277 file path=usr/php/8.1/include/php/ext/pcre/php_pcre.h
278 file path=usr/php/8.1/include/php/ext/pdo/php_pdo.h
279 file path=usr/php/8.1/include/php/ext/pdo/php_pdo_driver.h
280 file path=usr/php/8.1/include/php/ext/pdo/php_pdo_error.h
281 file path=usr/php/8.1/include/php/ext/phar/php_phar.h
282 file path=usr/php/8.1/include/php/ext/session/mod_files.h
283 file path=usr/php/8.1/include/php/ext/session/mod_user.h
284 file path=usr/php/8.1/include/php/ext/session/php_session.h
285 file path=usr/php/8.1/include/php/ext/simplexml/php_simplexml.h
286 file path=usr/php/8.1/include/php/ext/simplexml/php_simplexml_exports.h
287 file path=usr/php/8.1/include/php/ext/sockets/php_sockets.h
288 file path=usr/php/8.1/include/php/ext/spl/php_spl.h
289 file path=usr/php/8.1/include/php/ext/spl/spl_array.h
290 file path=usr/php/8.1/include/php/ext/spl/spl_directory.h
291 file path=usr/php/8.1/include/php/ext/spl/spl_dllist.h
292 file path=usr/php/8.1/include/php/ext/spl/spl_engine.h
293 file path=usr/php/8.1/include/php/ext/spl/spl_exceptions.h
294 file path=usr/php/8.1/include/php/ext/spl/spl_fixedarray.h
295 file path=usr/php/8.1/include/php/ext/spl/spl_functions.h
296 file path=usr/php/8.1/include/php/ext/spl/spl_heap.h
297 file path=usr/php/8.1/include/php/ext/spl/spl_iterators.h
298 file path=usr/php/8.1/include/php/ext/spl/spl_observer.h
299 file path=usr/php/8.1/include/php/ext/standard/base64.h
300 file path=usr/php/8.1/include/php/ext/standard/basic_functions.h
301 file path=usr/php/8.1/include/php/ext/standard/basic_functions_arginfo.h
302 file path=usr/php/8.1/include/php/ext/standard/crc32.h
303 file path=usr/php/8.1/include/php/ext/standard/crc32_x86.h
304 file path=usr/php/8.1/include/php/ext/standard/credits.h
305 file path=usr/php/8.1/include/php/ext/standard/credits_ext.h
306 file path=usr/php/8.1/include/php/ext/standard/credits_sapi.h
307 file path=usr/php/8.1/include/php/ext/standard/crypt_blowfish.h
308 file path=usr/php/8.1/include/php/ext/standard/crypt_freesec.h
309 file path=usr/php/8.1/include/php/ext/standard/css.h
310 file path=usr/php/8.1/include/php/ext/standard/datetime.h
311 file path=usr/php/8.1/include/php/ext/standard/dir_arginfo.h
312 file path=usr/php/8.1/include/php/ext/standard/dl.h
313 file path=usr/php/8.1/include/php/ext/standard/dl_arginfo.h
314 file path=usr/php/8.1/include/php/ext/standard/exec.h
315 file path=usr/php/8.1/include/php/ext/standard/file.h
316 file path=usr/php/8.1/include/php/ext/standard/flock_compat.h
317 file path=usr/php/8.1/include/php/ext/standard/fsock.h
318 file path=usr/php/8.1/include/php/ext/standard/head.h
319 file path=usr/php/8.1/include/php/ext/standard/hrtime.h
320 file path=usr/php/8.1/include/php/ext/standard/html.h
321 file path=usr/php/8.1/include/php/ext/standard/html_tables.h
322 file path=usr/php/8.1/include/php/ext/standard/info.h
323 file path=usr/php/8.1/include/php/ext/standard/md5.h
324 file path=usr/php/8.1/include/php/ext/standard/pack.h
325 file path=usr/php/8.1/include/php/ext/standard/pageinfo.h
326 file path=usr/php/8.1/include/php/ext/standard/php_array.h
327 file path=usr/php/8.1/include/php/ext/standard/php_assert.h
328 file path=usr/php/8.1/include/php/ext/standard/php_browscap.h
329 file path=usr/php/8.1/include/php/ext/standard/php_crypt.h
330 file path=usr/php/8.1/include/php/ext/standard/php_crypt_r.h
331 file path=usr/php/8.1/include/php/ext/standard/php_dir.h
332 file path=usr/php/8.1/include/php/ext/standard/php_dns.h
333 file path=usr/php/8.1/include/php/ext/standard/php_ext_syslog.h
334 file path=usr/php/8.1/include/php/ext/standard/php_filestat.h
335 file path=usr/php/8.1/include/php/ext/standard/php_fopen_wrappers.h
336 file path=usr/php/8.1/include/php/ext/standard/php_http.h
337 file path=usr/php/8.1/include/php/ext/standard/php_image.h
338 file path=usr/php/8.1/include/php/ext/standard/php_incomplete_class.h
339 file path=usr/php/8.1/include/php/ext/standard/php_lcg.h
340 file path=usr/php/8.1/include/php/ext/standard/php_mail.h
341 file path=usr/php/8.1/include/php/ext/standard/php_math.h
342 file path=usr/php/8.1/include/php/ext/standard/php_mt_rand.h
343 file path=usr/php/8.1/include/php/ext/standard/php_net.h
344 file path=usr/php/8.1/include/php/ext/standard/php_password.h
345 file path=usr/php/8.1/include/php/ext/standard/php_rand.h
346 file path=usr/php/8.1/include/php/ext/standard/php_random.h
347 file path=usr/php/8.1/include/php/ext/standard/php_smart_string.h
348 file path=usr/php/8.1/include/php/ext/standard/php_smart_string_public.h
349 file path=usr/php/8.1/include/php/ext/standard/php_standard.h
350 file path=usr/php/8.1/include/php/ext/standard/php_string.h
351 file path=usr/php/8.1/include/php/ext/standard/php_uuencode.h
352 file path=usr/php/8.1/include/php/ext/standard/php_var.h
353 file path=usr/php/8.1/include/php/ext/standard/php_versioning.h
354 file path=usr/php/8.1/include/php/ext/standard/proc_open.h
355 file path=usr/php/8.1/include/php/ext/standard/quot_print.h
356 file path=usr/php/8.1/include/php/ext/standard/scanf.h
357 file path=usr/php/8.1/include/php/ext/standard/sha1.h
358 file path=usr/php/8.1/include/php/ext/standard/streamsfuncs.h
359 file path=usr/php/8.1/include/php/ext/standard/url.h
360 file path=usr/php/8.1/include/php/ext/standard/url_scanner_ex.h
361 file path=usr/php/8.1/include/php/ext/standard/user_filters_arginfo.h
362 file path=usr/php/8.1/include/php/ext/standard/winver.h
363 file path=usr/php/8.1/include/php/ext/xml/expat_compat.h
364 file path=usr/php/8.1/include/php/ext/xml/php_xml.h
365 file path=usr/php/8.1/include/php/ext/xml/xml_arginfo.h
366 file path=usr/php/8.1/include/php/main/SAPI.h
367 file path=usr/php/8.1/include/php/main/build-defs.h
368 file path=usr/php/8.1/include/php/main/fastcgi.h
369 file path=usr/php/8.1/include/php/main/fopen_wrappers.h
370 file path=usr/php/8.1/include/php/main/http_status_codes.h
371 file path=usr/php/8.1/include/php/main/php.h
372 file path=usr/php/8.1/include/php/main/php_compat.h
373 file path=usr/php/8.1/include/php/main/php_config.h
374 file path=usr/php/8.1/include/php/main/php_content_types.h
375 file path=usr/php/8.1/include/php/main/php_getopt.h
376 file path=usr/php/8.1/include/php/main/php_globals.h
377 file path=usr/php/8.1/include/php/main/php_ini.h
378 file path=usr/php/8.1/include/php/main/php_main.h
379 file path=usr/php/8.1/include/php/main/php_memory_streams.h
380 file path=usr/php/8.1/include/php/main/php_network.h
381 file path=usr/php/8.1/include/php/main/php_open_temporary_file.h
382 file path=usr/php/8.1/include/php/main/php_output.h
383 file path=usr/php/8.1/include/php/main/php_reentrancy.h
384 file path=usr/php/8.1/include/php/main/php_scandir.h
385 file path=usr/php/8.1/include/php/main/php_stdint.h
386 file path=usr/php/8.1/include/php/main/php_streams.h
387 file path=usr/php/8.1/include/php/main/php_syslog.h
388 file path=usr/php/8.1/include/php/main/php_ticks.h
389 file path=usr/php/8.1/include/php/main/php_variables.h
390 file path=usr/php/8.1/include/php/main/php_version.h
391 file path=usr/php/8.1/include/php/main/rfc1867.h
392 file path=usr/php/8.1/include/php/main/snprintf.h
393 file path=usr/php/8.1/include/php/main/spprintf.h
394 file path=usr/php/8.1/include/php/main/streams/php_stream_context.h
395 file path=usr/php/8.1/include/php/main/streams/php_stream_filter_api.h
396 file path=usr/php/8.1/include/php/main/streams/php_stream_glob_wrapper.h
397 file path=usr/php/8.1/include/php/main/streams/php_stream_mmap.h
398 file path=usr/php/8.1/include/php/main/streams/php_stream_plain_wrapper.h
399 file path=usr/php/8.1/include/php/main/streams/php_stream_transport.h
400 file path=usr/php/8.1/include/php/main/streams/php_stream_userspace.h
401 file path=usr/php/8.1/include/php/main/streams/php_streams_int.h
402 file path=usr/php/8.1/lib/$(MACH64)/build/Makefile.global
403 file path=usr/php/8.1/lib/$(MACH64)/build/ax_check_compile_flag.m4
404 file path=usr/php/8.1/lib/$(MACH64)/build/ax_gcc_func_attribute.m4
405 file path=usr/php/8.1/lib/$(MACH64)/build/config.guess
406 file path=usr/php/8.1/lib/$(MACH64)/build/config.sub
407 file path=usr/php/8.1/lib/$(MACH64)/build/gen_stub.php
408 file path=usr/php/8.1/lib/$(MACH64)/build/libtool.m4
409 file path=usr/php/8.1/lib/$(MACH64)/build/ltmain.sh
410 file path=usr/php/8.1/lib/$(MACH64)/build/php.m4
411 file path=usr/php/8.1/lib/$(MACH64)/build/php_cxx_compile_stdcxx.m4
412 file path=usr/php/8.1/lib/$(MACH64)/build/phpize.m4
413 file path=usr/php/8.1/lib/$(MACH64)/build/pkg.m4
414 file path=usr/php/8.1/lib/$(MACH64)/build/run-tests.php
415 file path=usr/php/8.1/lib/$(MACH64)/build/shtool
416 file path=usr/php/8.1/share/man/man1/phar.1
417 file path=usr/php/8.1/share/man/man1/phar.phar.1
418 file path=usr/php/8.1/share/man/man1/php-config.1
419 file path=usr/php/8.1/share/man/man1/phpize.1