- fix: oci_new_collection implementation #139
- fix: do not report password expiration error #138
- fix: yajra/laravel-oci8#839
- fix: #135
- fix: oci_connect() warning errors. (Revert code lines as v2.0) #136
- fix: OCICollection class name reference to match PHP 8 naming convention #134
- fix: #133
- feat: Added SQLT_BOL to bind type #128
- fix: #127
- fix: getAttribute returning array instead of null #124
- fix #123
- feat: stringify support in pdo via oci 8 #122
- fix: Don't suppress exceptions when connecting #121
- fix yajra/laravel-oci8#662
- Fix #109 PHP8.1 support #110
- Sync type hints, return type and var names.
- Fix Warning reset(): Calling reset() on an object is deprecated #104
- Fix yajra/laravel-oci8#692
- Fix #108
- Fix #106: return object collection instead of oci8 statement resource #107
- Add missing property types and return types for PHP 8.1 #95
- Fix #96, add method to get db resource.
- Add github action / tests for php8.1.
- Added support for oci_set_call_timeout function for v3 (PHP 8 support) #93
- Add PHP 8 support. #83
- Fix #82
- Move tests to github actions.