iigs
2024-03-27 32d98a3796b058e946d5d41ed5637129c312a8e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2013, EveryCity Ltd. All rights reserved.
# Copyright 2023 Friedrich Kink. All rights reserved.
#
 
# prevents "64bit file in 32bit path" errors
<transform file path=usr/php/8.2/extensions/.*\.so -> \
    add pkg.linted.userland.action001.2 true>
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/extension/php-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="PHP Server 8.2 (mysql extension)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common
 
# has to be loaded before mysqli and pdo_mysql
file files/first_mysqlnd.ini path=etc/php/8.2/conf.d/first_mysqlnd.ini preserve=true mode=0644
 
file files/pdo_mysql.ini path=etc/php/8.2/conf.d/pdo_mysql.ini preserve=true mode=0644
file files/mysqli.ini path=etc/php/8.2/conf.d/mysqli.ini preserve=true mode=0644
 
file path=usr/php/8.2/include/php/ext/mysqlnd/config-win.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysql_float_to_double.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_alloc.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_auth.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_block_alloc.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_charset.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_commands.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_connection.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_debug.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_enum_n_def.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_ext_plugin.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_plugin.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_portability.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_priv.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_protocol_frame_codec.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_ps.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_read_buffer.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_result.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_result_meta.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_reverse_api.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_statistics.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_structs.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_vio.h
file path=usr/php/8.2/include/php/ext/mysqlnd/mysqlnd_wireprotocol.h
file path=usr/php/8.2/include/php/ext/mysqlnd/php_mysqlnd.h
file path=usr/php/8.2/extensions/mysqli.so
file path=usr/php/8.2/extensions/pdo_mysql.so
file path=usr/php/8.2/extensions/mysqlnd.so