Skip to content

Commit 3c4a61b

Browse files
committed
Update maintainers and add composer.json for PIE migration
1 parent 0196911 commit 3c4a61b

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

composer.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"name": "php/oci8",
3+
"type": "php-ext",
4+
"description": "The OCI8 extension lets you access Oracle Database.",
5+
"keywords": ["oracle", "database", "oci8"],
6+
"homepage": "https://github.com/php/pecl-database-oci8",
7+
"license": "PHP-3.01",
8+
"authors": [
9+
{
10+
"name": "Christopher Jones",
11+
"email": "sixd@php.net",
12+
"role": "Lead"
13+
},
14+
{
15+
"name": "Sharad Chandran R",
16+
"email": "sharad.raju@oracle.com",
17+
"role": "Lead"
18+
},
19+
{
20+
"name": "Tianfang Yang",
21+
"email": "tianfyan@php.net",
22+
"role": "Lead"
23+
},
24+
{
25+
"name": "Antony Dovgal",
26+
"email": "tony2001@php.net",
27+
"role": "Lead"
28+
},
29+
{
30+
"name": "Wez Furlong",
31+
"email": "wez@php.net",
32+
"role": "Lead"
33+
},
34+
{
35+
"name": "Andi Gutmans",
36+
"email": "andi@zend.com",
37+
"role": "Lead"
38+
}
39+
],
40+
"require": {
41+
"php": ">=8.2.0"
42+
},
43+
"php-ext": {
44+
"extension-name": "oci8",
45+
"configure-options": [
46+
{
47+
"name": "with-oci8",
48+
"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",
49+
"needs-value": true
50+
}
51+
]
52+
}
53+
}

package.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Oracle's standard cross-version connectivity applies. For example, PHP OCI8 lin
2626
<name>Christopher Jones</name>
2727
<user>sixd</user>
2828
<email>sixd@php.net</email>
29+
<active>no</active>
30+
</lead>
31+
<lead>
32+
<name>Sharad Chandran R</name>
33+
<user>sharadchan87</user>
34+
<email>sharad.raju@oracle.com</email>
2935
<active>yes</active>
3036
</lead>
3137
<lead>

0 commit comments

Comments
 (0)