diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-26 16:14:59 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-26 16:14:59 +0100 |
| commit | 2338900698682271c83b7d464aa7cdbf9a8f593a (patch) | |
| tree | 43b91749e511eea4d5ea60c662455b8883fdd5c4 /composer.json | |
| parent | 2888bf7a85e3f440a6ae5dc8e80f547a029bc4b0 (diff) | |
sources from github
cleanup ZTS stuff
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a900c0d --- /dev/null +++ b/composer.json @@ -0,0 +1,53 @@ +{ + "name": "oci8/oci8", + "type": "php-ext", + "description": "The OCI8 extension lets you access Oracle Database.", + "keywords": ["oracle", "database", "oci8"], + "homepage": "https://github.com/php/pecl-database-oci8", + "license": "PHP-3.01", + "authors": [ + { + "name": "Christopher Jones", + "email": "sixd@php.net", + "role": "Lead" + }, + { + "name": "Sharad Chandran R", + "email": "sharad.raju@oracle.com", + "role": "Lead" + }, + { + "name": "Tianfang Yang", + "email": "tianfyan@php.net", + "role": "Lead" + }, + { + "name": "Antony Dovgal", + "email": "tony2001@php.net", + "role": "Lead" + }, + { + "name": "Wez Furlong", + "email": "wez@php.net", + "role": "Lead" + }, + { + "name": "Andi Gutmans", + "email": "andi@zend.com", + "role": "Lead" + } + ], + "require": { + "php": ">=8.2.0" + }, + "php-ext": { + "extension-name": "oci8", + "configure-options": [ + { + "name": "with-oci8", + "description": "Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client", + "needs-value": true + } + ] + } +} |
