Skip to Content.
Sympa Menu

freetds - Re: [freetds] Version 0.64 and PHP

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jeff Jirsa" <JJirsa AT officite.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Version 0.64 and PHP
  • Date: Tue, 7 Nov 2006 10:38:58 -0600

I was only trying to read the "TOP 3" records and I bumped up the memory
limit to 16/32/64/128/256M and it was still being exhausted! Version
0.64 must have changed something in the way it returned a result, since
0.63 is working just fine.

I can show you my PHP build options if it would tell you something.

-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of Thomas,
Christopher (LLU)
Sent: Friday, November 03, 2006 2:30 PM
To: FreeTDS Development Group
Subject: Re: [freetds] Version 0.64 and PHP


I had a project that required to set the memory limit to 32M because of
the big result sets I was working with. If your result set isn't large,
then something is wrong with your PHP. This might not be related, but
remember to free the results from the first query before executing your
next query.

Chris

-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of Jeff Jirsa
Sent: Friday, November 03, 2006 8:21 AM
To: freetds AT lists.ibiblio.org
Subject: [freetds] Version 0.64 and PHP

Has anyone else had problems with memory exhaustion with PHP and version
0.64?

Whenever I try to query more than one record, I'll get a memory
exhausted error no matter what I value I set "memory_limit" to in my
php.ini config file.

Version 0.63 is working for me on other servers, so I went back to that,
and it is working like a charm. The freetds.conf file in either case is
the default installed file.

Jeff

_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page