-
### Version of install-php-extensions
2.6.1
### Error description
Hello @mlocati
I've built a Docker image for PHP 8.4 in context of my project https://github.com/llaville/php-compatinfo-db
…
-
Having some issues with installation.
I am using Oracle database and OCI8 driver.
I was unable to use install.php script, received error "could not connect to database" so tried manual method i…
-
```
Hi,
for my new program I need to query an oracle database.
I can't find oci8.dll in LuaSQL directory.
Can someone help ?
Thanks !
```
Original issue reported on code.google.com by `fdepre...@…
-
oracle oci8 support mac arm64?,for example mac m1.
when use the mac m1 computer run the oci8 drive. its will occurred error.not found oci8.
-
Hello,
I can't get DB-Connected resources fetch single item from Oracle. I always get a "Item not found" message, but I've noticed that it only occurs when I call $resultSet->count(), because it retu…
-
[database-live-tests (8.0, OCI8, 5.7) / Database Live Tests](https://github.com/codeigniter4/CodeIgniter4/actions/runs/3800790476/jobs/6464721157#logs)
```
There was 1 failure:
1) CodeIgniter\M…
-
Oracle Connect via OCI8 Client 12.1 takes so long for first request
Can something be tuned or why is it soooo slow? Reponse time 6 seconds for a simple table with 5 rows???
```
php.exe --ri oci8
OCI8…
-
### PHP Version
8.3
### CodeIgniter4 Version
v4.5.4
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Win…
-
Hello,
I can't get DB-Connected resources fetch single item from Oracle. I always get a "Item not found" message, but I've noticed that it only occurs when I call $resultSet->count(), because it retu…
-
### Description
~~Oracle has released an "Oracle Database Programming Interface for C" open source client library that can be used as an alternative to their Instant Client binary-only libraries: h…