[PECL-CVS] [pecl-database-pdo_oci] boolean_support: Merge branch 'main' into boolean_support
[email protected] (Sharad Chandran R) Fri, 9 Jan 2026 05:31:23 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju)
Date: 2026-01-09T11:01:03+05:30
Commit: https://github.com/php/pecl-database-pdo_oci/commit/2e5f04c4251dec5d4df927cbe14f1d4b2b3e02ba
Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/2e5f04c4251dec5d4df927cbe14f1d4b2b3e02ba.diff
Merge branch 'main' into boolean_support
Changed paths:
M tests/bug57702.phpt
Diff:
diff --git a/tests/bug57702.phpt b/tests/bug57702.phpt
index 82e5d56..f2d9c3c 100644
--- a/tests/bug57702.phpt
+++ b/tests/bug57702.phpt
@@ -148,7 +148,7 @@ print "done\n";
?>
--CLEAN--
<?php
-require(getenv('PDO_TEST_DIR').'/pdo_test.inc');
+require_once(getenv('PDO_TEST_DIR').'/pdo_test.inc');
$db = PDOTest::test_factory(getenv('PDO_OCI_TEST_DIR').'/common.phpt');
$db->exec("begin
execute immediate 'drop table test57702';