Ilija Tovilo
93e509fd8c
Skip some OCI tests with repeat
2022-09-27 23:32:15 +02:00
Christoph M. Becker
cd927ef634
Merge branch 'PHP-8.0' into PHP-8.1
...
* PHP-8.0:
Always skip randomly failing OCI8 extauth tests
2022-09-13 14:25:11 +02:00
Michael Voříšek
9a73ec0367
Always skip randomly failing OCI8 extauth tests
...
This might be caused by an issue with the Oracle Instant Client
libraries[1]; we skip the tests for the time being.
[1] <https://github.com/php/php-src/pull/9524#issuecomment-1244409815 >
Closes GH-9524.
2022-09-13 14:21:23 +02:00
Ilija Tovilo
f8d62b4c4b
Merge branch 'PHP-8.0' into PHP-8.1
...
* PHP-8.0:
Skip oci tests that leak under asan
Fix undefined left shift in oci
2022-09-08 15:57:53 +02:00
Ilija Tovilo
4a8cca241f
Skip oci tests that leak under asan
2022-09-08 15:56:13 +02:00
Christoph M. Becker
502c630d01
Merge branch 'PHP-8.0' into PHP-8.1
...
* PHP-8.0:
Fix oci8/pdo_oci random test failures when run in parallel
2022-08-25 15:21:52 +02:00
Michael Voříšek
be4dd60c55
Fix oci8/pdo_oci random test failures when run in parallel
...
Closes GH-9424.
2022-08-25 15:20:50 +02:00
Christopher Jones
be566306e4
Merge branch 'PHP-8.0' into PHP-8.1
...
* PHP-8.0:
Fix tests for method camel case change
2021-10-25 14:31:41 +11:00
Christopher Jones
3e9b53f2ec
Fix tests for method camel case change
2021-10-25 14:31:00 +11:00
Christopher Jones
ad95a6219f
Merge branch 'PHP-8.0' into PHP-8.1
...
* PHP-8.0:
Fix tests for method camel case change
2021-10-25 14:20:24 +11:00
Christopher Jones
51f1cacf7a
Fix tests for method camel case change
2021-10-25 14:17:28 +11:00
Máté Kocsis
d5b583a61c
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Use camelCase method names in OCICollection and OCILob
2021-08-30 14:09:24 +02:00
Máté Kocsis
e94731f164
Use camelCase method names in OCICollection and OCILob ( #7405 )
2021-08-30 14:01:12 +02:00
Christopher Jones
328a07daf5
Update OCI8 tests for oci8.old_oci_close_semantics deprecation
2021-08-02 11:35:27 +10:00
Máté Kocsis
e120d5269a
Deprecate oci8.old_oci_close_semantics ( #7258 )
2021-07-19 11:56:46 +02:00
Patrick Allaert
ac18dd0dc7
Prefer EXPECT over EXPECTF
2021-06-29 17:13:02 +02:00
Nikita Popov
72f47c0c9d
Remove duplicate entries in EXTENSIONS
...
These would cause failures if the extensions is loaded dynamically.
2021-06-14 14:34:31 +02:00
Nikita Popov
b5a14e6c04
Port skipif.inc files to EXTENSIONS
2021-06-11 16:27:50 +02:00
Nikita Popov
7485978339
Migrate SKIPIF -> EXTENSIONS ( #7138 )
...
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00
Nikita Popov
ea256a218b
Add %0 format to run-tests.php
...
This format matches against null bytes, and prevents the test
expectation from being interpreted as binary data.
bless_tests.php will automatically replace \0 with %0 as well.
2021-05-29 11:33:13 +02:00
Michael Voříšek
3ccc0409ce
Remove no longer used "log_errors_max_len" ini directive ( #6838 )
...
This is a re-application of the original match against master.
The patch was originally applied to master, then reverted from
there, incorrectly applied to PHP-8.0, reverted from there due
to ABI break, and now lands on master again. We can only hope
that it does not get reverted again ;)
2021-05-10 19:26:33 +02:00
Nikita Popov
090627048c
Revert "Remove no longer used "log_errors_max_len" ini directive ( #6838 )"
...
This reverts commit d2d227e547 .
This is an ABI break.
2021-05-08 20:54:53 +02:00
Ben Ramsey
b5d5d06ff3
Revert "Remove no longer used "log_errors_max_len" ini directive ( #6838 )"
...
This reverts commit cc2c810dcf .
2021-05-08 13:23:58 -05:00
Michael Voříšek
d2d227e547
Remove no longer used "log_errors_max_len" ini directive ( #6838 )
2021-05-08 13:05:13 -05:00
Michael Voříšek
cc2c810dcf
Remove no longer used "log_errors_max_len" ini directive ( #6838 )
2021-05-07 19:07:35 -05:00
Christopher Jones
843198eb84
Fix failures due to new deprecations
2021-02-15 12:17:46 +11:00
Christopher Jones
74959b47cd
Bundle PECL OCI8 3.0.1
2020-12-21 15:15:16 +11:00
Christopher Jones
37f96d990c
Fix test diff
2020-11-25 16:42:12 +11:00
Máté Kocsis
4173f2b3ab
Improve parameter names in ext/oci8
...
Closes GH-6267
2020-10-08 23:30:33 +02:00
Nikita Popov
c5401854fc
Run tidy
...
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
2020-09-18 14:28:32 +02:00
George Peter Banyard
824a2bf149
Promote some warnings to ValueError in OCI8
...
Closes GH-6116
Co-authored-by: Christopher Jones <sixd@php.net >
2020-09-15 02:54:12 +02:00
Máté Kocsis
9975986b7e
Improve error messages mentioning parameters instead of arguments
...
Closes GH-5999
2020-09-09 10:47:43 +02:00
Christopher Jones
ec158c25c4
Catch type errors so test completes and doesn't diff
2020-09-08 16:49:54 +10:00
Christopher Jones
16d79d7acc
Accept updated error number generated by the latest Oracle version
2020-09-08 16:06:33 +10:00
Christopher Jones
55afe4e7da
Yes, and mask the dir path too.
2020-09-08 15:56:26 +10:00
Christopher Jones
6134bf9ab1
Fix parsing regression from PHP 7
2020-09-08 15:48:48 +10:00
Christopher Jones
ff66e4945e
OCI8 classes were already renamed in 8; this now follows the new-new standard
2020-08-21 17:46:16 +10:00
Máté Kocsis
7aacc705d0
Add many missing closing PHP tags to tests
...
Closes GH-5958
2020-08-09 22:03:36 +02:00
Christopher Jones
99d2b24b15
Make test decimal to binary conversion expectation more tolerant
2020-07-23 16:31:33 +10:00
Christopher Jones
b2d1736de8
Fix cut/paste error in expected test output
2020-07-23 16:29:51 +10:00
Christopher Jones
74ca2a39a7
Rename OCI8 classes to use standard names so arg stub parsing works
2020-07-20 18:06:20 +10:00
Christopher Jones
8058776295
Bump OCI8 version to 3.0 so a PHP 8 PECL release can be made
2020-07-20 18:06:19 +10:00
Jens de Nies
11f4a5e563
Removed the "oci_internal_debug" function and its alias. Also deprecated the "ocifetchinto" function.
...
Closes GH-5810
2020-07-11 19:57:30 +02:00
Fabien Villepinte
0c6d06ecfa
Replace EXPECTF when possible
...
Closes GH-5779
2020-06-29 21:31:44 +02:00
Jens de Nies
58a65c4b96
Fixed some oci8 tests.
...
Closes GH-5716
2020-06-16 10:38:06 +02:00
Jens de Nies
45475c2e21
Deprecate function aliases in oci8 extension.
...
Closes GH-5589
2020-06-08 00:23:38 +02:00
Máté Kocsis
36935e42ea
Improve undefined variable error messages
...
Closes GH-5312
2020-03-31 13:02:32 +02:00
Cameron Porter
a55b0abef3
oci8: Fix two tests that fail with stricter internal checks
...
Closes GH-5230
2020-03-03 12:13:44 +01:00
Máté Kocsis
960318ed95
Change argument error message format
...
Closes GH-5211
2020-02-26 15:00:08 +01:00
Máté Kocsis
ac0853eb26
Make type error messages more consistent
...
Closes GH-5092
2020-02-17 14:22:17 +01:00