History log of /PHP-8.1/ext/pdo_oci/tests/oci_success_with_info.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bea2dac2 11-Nov-2022 Ilija Tovilo

[skip ci] Backport XFAIL of failing test


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

Fix oci_success_with_info.phpt test random failures

Closes GH-9525.


Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29
# 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 ...


Revision tags: php-7.3.28
# 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 ...