From 3c4a61bfaf7b45de583d920fab901b35751b93ff Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Thu, 18 Dec 2025 20:01:39 +0530 Subject: [PATCH] Update maintainers and add composer.json for PIE migration --- composer.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.xml | 6 ++++++ 2 files changed, 59 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8a6fde5 --- /dev/null +++ b/composer.json @@ -0,0 +1,53 @@ +{ + "name": "php/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 + } + ] + } +} diff --git a/package.xml b/package.xml index 72d8c42..f442db1 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,12 @@ Oracle's standard cross-version connectivity applies. For example, PHP OCI8 lin Christopher Jones sixd sixd@php.net + no + + + Sharad Chandran R + sharadchan87 + sharad.raju@oracle.com yes