ID:               38054
 User updated by:  john dot enevoldson at pulsen dot se
 Reported By:      john dot enevoldson at pulsen dot se
-Status:           Feedback
+Status:           Open
 Bug Type:         PDO related
 Operating System: SLES 9.3 64 bit
 PHP Version:      5.1.4
 New Comment:

Hi,
Have installed php5.2-latest.tar.gz but now get a segmentation fault
during the connect processing,
Regards,
John.


Previous Comments:
------------------------------------------------------------------------

[2006-07-10 09:41:59] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

What does var_dump($row); show, btw?

------------------------------------------------------------------------

[2006-07-10 06:31:42] john dot enevoldson at pulsen dot se

Description:
------------
We are seeing column names returned but no associated data when issuing
selects against a db2 data source using pdo:odbc (bulit with the ibm-db2
option). DB2 trace shows that data is being returned to the application
correctly but the application does not seem to pick it up. 

Reproduce code:
---------------
$dbh = new PDO('odbc:zdb2lt01' , 'db2tst01', 'adg680');
   foreach ($dbh->query('SELECT * from PXX.XPRMFOK') as $row) {
     print_r($row);
   }

Expected result:
----------------
A array for each row in the table showing column name and associated
data.

Actual result:
--------------
A array for each row in the table showing column name but associated
data is empty.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38054&edit=1

Reply via email to