Test: /ext/pdo_oci/tests/bug57702.phpt - Version 5.4.15-dev        

Bug #57702 Multiple BLOB fetch fails
Submitted: 2007-06-14 19:24:20 Modified: 2016-03-08 01:26:01
From: discobean+pecl Assigned: sixd
Status: Closed Package: PDO OCI
PHP Version: 5.2.1 OS: Linux 2.6.20-15

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Segmentation fault (core dumped)
001- First Query
002- string(11) "row 1 col 1"
003- string(11) "row 1 col 2"
004- string(11) "row 2 col 1"
005- string(11) "row 2 col 2"
006-
007- Second Query
008- string(11) "row 1 col 1"
009- string(11) "row 1 col 2"
010- string(11) "row 2 col 1"
011- string(11) "row 2 col 2"
012-
013- Third Query
014- string(11) "row 1 col 1"
015- string(11) "row 1 col 2"
016- string(11) "row 2 col 1"
017- string(11) "row 2 col 2"
018- done
019-
020- Fourth Query
021- string(11) "row 1 col 1"
022- string(11) "row 1 col 2"
023- string(11) "row 2 col 1"
024- string(11) "row 2 col 2"
025-
026- Fifth Query
027- string(11) "row 2 col 1"
028- string(11) "row 2 col 2"
029- string(11) "row 2 col 1"
030- string(11) "row 2 col 2"
031- done