mirror of
https://github.com/php/pecl-database-ibm_db2.git
synced 2026-03-23 23:02:16 +01:00
Attempt to support PIE (part of #70)
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "pecl/ibm_db2",
|
||||
"type": "php-ext",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Extension for IBM Db2 (LUW/i/z) and other compatible databases",
|
||||
"require": {
|
||||
"php": ">= 7.3.0"
|
||||
},
|
||||
"php-ext": {
|
||||
"extension-name": "ibm_db2",
|
||||
"configure-options": [
|
||||
{
|
||||
"name": "with-IBM_DB2",
|
||||
"description": "Enable ibm_db2 support. DIR is the path to the DB2 install prefix.",
|
||||
"needs-value": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user