Skip to content

Commit cafae16

Browse files
committed
Attempt to support PIE (part of #70)
1 parent c4a7dfb commit cafae16

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "pecl/ibm_db2",
3+
"type": "php-ext",
4+
"license": "Apache-2.0",
5+
"description": "Extension for IBM Db2 (LUW/i/z) and other compatible databases",
6+
"require": {
7+
"php": ">= 7.3.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "ibm_db2",
11+
"configure-options": [
12+
{
13+
"name": "with-IBM_DB2",
14+
"description": "Enable ibm_db2 support. DIR is the path to the DB2 install prefix.",
15+
"needs-value": true
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)