History log of /PHP-8.2/ext/pdo_oci/tests/oci_success_with_info.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 75c06e86 20-Oct-2022 Ilija Tovilo

[skip ci] Mark frequently failing OCI test as XFAIL

# 7fd14eb0 12-Sep-2022 Michael Voříšek

Fix oci_success_with_info.phpt test random failures

Closes GH-9525.

# 39131219 11-Jun-2021 Nikita Popov

Migrate more SKIPIF -> EXTENSIONS (#7139)

This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.

# e496123c 18-May-2021 Sergei Morozov

[Bug #77120] Handle OCI_SUCCESS_WITH_INFO returned from OCIStmtExecute

1. Backup last_error before replacing it with the error code
2. Continue normal operations if last_error is OCI_SUC

[Bug #77120] Handle OCI_SUCCESS_WITH_INFO returned from OCIStmtExecute

1. Backup last_error before replacing it with the error code
2. Continue normal operations if last_error is OCI_SUCCESS_WITH_INFO

show more ...

# ee51eac3 11-Apr-2021 Sergei Morozov

[Bug #77120] Handle OCI_SUCCESS_WITH_INFO returned from OCISessionBegin

1. Proceed with connection initialization if OCI_SUCCESS_WITH_INFO is returned
2. Do not throw an exception upon O

[Bug #77120] Handle OCI_SUCCESS_WITH_INFO returned from OCISessionBegin

1. Proceed with connection initialization if OCI_SUCCESS_WITH_INFO is returned
2. Do not throw an exception upon OCI_SUCCESS_WITH_INFO

show more ...