php4+psqlodbc... - Mailing list pgsql-php

From Mike A.
Subject php4+psqlodbc...
Date
Msg-id 3E80E91B.30324.AC6A27@localhost
Whole thread Raw
List pgsql-php
hello,

my system:
pgsql 7.3.2
psqlodbc 7.0.5 (latest version)
php4
redhat linux 7.3

i try to adapt an online shop system for odbc compatibility...
former it was just working with mysql...
now i try to make it ready for postgres by using the database,
driver manger and the proper odbc driver (psqlodbc)...

everything works fine...but sometimes i get invalid result sets...
it looks like some code of the memory, but not like the requested
data...

the server log says:


LOG:  pq_recvbuf: unexpected EOF on client connection
LOG:  pq_recvbuf: unexpected EOF on client connection
LOG:  pq_recvbuf: unexpected EOF on client connection
LOG:  pq_recvbuf: unexpected EOF on client connection
LOG:  pq_recvbuf: unexpected EOF on client connection
LOG:  pq_recvbuf: unexpected EOF on client connection
ERROR:  parser: parse error at or near "<98>" at character 1
ERROR:  parser: parse error at or near "`" at character 1
ERROR:  parser: parse error at or near "ä" at character 1
ERROR:  parser: parse error at or near "´C" at character 1


what could be the reason?

thx in advance!

-- mike


pgsql-php by date:

Previous
From: Ray Hunter
Date:
Subject: Re: make form list with option select
Next
From: "James Cooper"
Date:
Subject: undefined query!!!!!