Skip to Content.
Sympa Menu

freetds - Re: mssql_fetch_row problem and php/freetds0.50/apache-1.3.11

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Michael Suedkamp" <ms AT suedkm.franken.de>
  • To: freetds
  • Subject: Re: mssql_fetch_row problem and php/freetds0.50/apache-1.3.11
  • Date: Mon, 28 Feb 2000 13:37:52


On 02/27/00, ""Mike Smith" <mike AT ftl.com>" wrote:

> I'm running apache 1.3.11 and freetds-0.50. I keep getting a segfault
>on apache with this request.

> while ($myrow=mssql_fetch_row($result)) {

Mike, I had other SEGFAULT problems with version 0.50 and MS SQL 7. When I
tried the CVS version they disappeared. You could try this too. See the FAQ
how to get the CVS version.


> Also, another thing I see...In this code...
>$query = "SELECT * FROM tng_managedobject";

At the very beginning I tested also with "select *" queries which didn't
work. I don't know if they are supposed to work, but since I've avoided "*"
it works for me.

Michael




Archive powered by MHonArc 2.6.24.

Top of Page