iigs
2024-03-27 32d98a3796b058e946d5d41ed5637129c312a8e9
commit | author | age
499bcf 1 #
F 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2013, EveryCity Ltd. All rights reserved.
13 # Copyright 2023 Friedrich Kink. All rights reserved.
14 #
15
16 # prevents "64bit file in 32bit path" errors
17 <transform file path=usr/php/8.2/extensions/.*\.so -> \
18     add pkg.linted.userland.action001.2 true>
19
20 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/extension/php-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
21 set name=pkg.human-version value=$(HUMAN_VERSION)
22 set name=pkg.summary value="PHP Server 8.2 (mysql extension)"
23 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
24 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
25 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
26 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
27
28 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
29
30 depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common
31
e10947 32 # has to be loaded before mysqli and pdo_mysql
R 33 file files/first_mysqlnd.ini path=etc/php/8.2/conf.d/first_mysqlnd.ini preserve=true mode=0644
34
499bcf 35 file files/pdo_mysql.ini path=etc/php/8.2/conf.d/pdo_mysql.ini preserve=true mode=0644
e10947 36 file files/mysqli.ini path=etc/php/8.2/conf.d/mysqli.ini preserve=true mode=0644
499bcf 37
F 38 file path=usr/php/8.2/include/php/ext/mysqlnd/config-win.h
39 file path=usr/php/8.2/include/php/ext/mysqlnd/mysql_float_to_double.h
40 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd.h
41 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_alloc.h
42 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_auth.h
43 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_block_alloc.h
44 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_charset.h
45 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_commands.h
46 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_connection.h
47 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_debug.h
48 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_enum_n_def.h
49 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_ext_plugin.h
50 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h
51 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_plugin.h
52 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_portability.h
53 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_priv.h
54 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_protocol_frame_codec.h
55 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_ps.h
56 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_read_buffer.h
57 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_result.h
58 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_result_meta.h
59 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_reverse_api.h
60 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_statistics.h
61 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_structs.h
62 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_vio.h
63 file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_wireprotocol.h
64 file path=usr/php/8.2/include/php/ext/mysqlnd/php_mysqlnd.h
e10947 65 file path=usr/php/8.2/extensions/mysqli.so
499bcf 66 file path=usr/php/8.2/extensions/pdo_mysql.so
F 67 file path=usr/php/8.2/extensions/mysqlnd.so