mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
- Moved test for bug #44861 to PDO commons and added support for pdo_oci # This allows scrollable cursors to be tested with all the drivers # that currently support them (pgsql and oci), ensuring a consistent # behaviour. The test is skipped when using other drivers.