Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
}
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Oracle's standard cross-version connectivity applies. For example, PHP OCI8 lin
<name>Christopher Jones</name>
<user>sixd</user>
<email>sixd@php.net</email>
<active>no</active>
</lead>
<lead>
<name>Sharad Chandran R</name>
<user>sharadchan87</user>
<email>sharad.raju@oracle.com</email>
<active>yes</active>
</lead>
<lead>
Expand Down