Releases: yajra/pdo-via-oci8
Releases · yajra/pdo-via-oci8
v3.4.4
fix: oci_new_collection implementation #139
v3.4.2
- fix: #135
- fix: oci_connect() warning errors. (Revert code lines as v2.0) #136
v3.4.1
- fix: OCICollection class name reference to match PHP 8 naming convention #134
- fix: #133
v3.4.0
- feat: Added SQLT_BOL to bind type #128
- fix: #127
v3.3.1
- fix: getAttribute returning array instead of null #124
- fix #123
v3.3.0
- feat: stringify support in pdo via oci 8 #122
v3.2.4
- Fix #109 PHP8.1 support #110
- Sync type hints, return type and var names.