Test: /ext/pdo_pgsql/tests/bug75402.phpt - Version 7.2.19        

Bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option
Submitted: 2017-10-17 21:33:31 Modified:
From: olric86 Assigned:
Status: Closed Package: PDO PgSQL
PHP Version: 7.1.10 OS: Windows 10

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: Uncaught PDOException: SQLSTATE[08006] [7] FATAL: role "password=" does not exist in /home/plui/src/php-7.2.19/ext/pdo/tests/pdo_test.inc:35
002+ Stack trace:
003+ #0 /home/plui/src/php-7.2.19/ext/pdo/tests/pdo_test.inc(35): PDO->__construct('pgsql:host=loca...', NULL, NULL, NULL)
004+ #1 /home/plui/src/php-7.2.19/ext/pdo/tests/pdo_test.inc(73): PDOTest::factory()
005+ #2 %s/bug75402.php(3): PDOTest::test_factory('/home/plui/src/...')
006+ #3 {main}
007+ thrown in /home/plui/src/php-7.2.19/ext/pdo/tests/pdo_test.inc on line 35
001- object(stdClass)#2 (1) {
002- ["entries"]=>
003- array(1) {
004- [0]=>
005- object(stdClass)#4 (10) {
006- ["sid"]=>
007- string(19) "20171016083645_5337"
008- ["sgroupid"]=>
009- string(21) "G_20171016083645_5337"
010- ["sowner"]=>
011- string(11) "TESTPetunia"
012- ["soperation"]=>
013- string(6) "IMPORT"
014- ["sinfo"]=>
015- string(0) ""
016- ["sshortstatus"]=>
017- string(3) "DON"
018- ["sstatus"]=>
019- string(9) "Completed"
020- ["sprogress"]=>
021- string(3) "100"
022- ["bhidden"]=>
023- bool(false)
024- ["sdatetime"]=>
025- string(19) "2017.10.16 08:36:45"
026- }
027- }
028- }