[PECL-CVS] [pecl-database-oci8] main: Merge pull request #40 from php/updateforPIE_maintainers
[email protected] (Sharad Chandran R via GitHub)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju)
Committer: GitHub (web-flow)
Pusher: sharadraju
Date: 2025-12-19T22:53:27+05:30
Commit: https://github.com/php/pecl-database-oci8/commit/2bf235a1392f0290737cfaf286688e7699c8a3d6
Raw diff: https://github.com/php/pecl-database-oci8/commit/2bf235a1392f0290737cfaf286688e7699c8a3d6.diff
Merge pull request #40 from php/updateforPIE_maintainers
Update maintainers for the package and add composer.json for PIE migration
Changed paths:
A composer.json
M package.xml
Diff:
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": "[email protected]",
+ "role": "Lead"
+ },
+ {
+ "name": "Sharad Chandran R",
+ "email": "[email protected]",
+ "role": "Lead"
+ },
+ {
+ "name": "Tianfang Yang",
+ "email": "[email protected]",
+ "role": "Lead"
+ },
+ {
+ "name": "Antony Dovgal",
+ "email": "[email protected]",
+ "role": "Lead"
+ },
+ {
+ "name": "Wez Furlong",
+ "email": "[email protected]",
+ "role": "Lead"
+ },
+ {
+ "name": "Andi Gutmans",
+ "email": "[email protected]",
+ "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
<name>Christopher Jones</name>
<user>sixd</user>
<email>[email protected]</email>
+ <active>no</active>
+ </lead>
+ <lead>
+ <name>Sharad Chandran R</name>
+ <user>sharadchan87</user>
+ <email>[email protected]</email>
<active>yes</active>
</lead>
<lead>