Re: [PHP] FATAL: emalloc()

2005-02-18 Thread Stephen Johnson
> To: "George A. Balanos" <[EMAIL PROTECTED]>, PHP general > > Subject: Re: [PHP] FATAL: emalloc() > > On Fri, 18 Feb 2005 12:10:32 -0500 (GMT-05:00), George A. Balanos > <[EMAIL PROTECTED]> wrote: >> Thank you Matt, I found that also but to be honest the

Re: [PHP] FATAL: emalloc()

2005-02-18 Thread Matt M.
On Fri, 18 Feb 2005 12:10:32 -0500 (GMT-05:00), George A. Balanos <[EMAIL PROTECTED]> wrote: > Thank you Matt, I found that also but to be honest the person who built this > server recently passed away. He was our php specialist and to be honest I > have no clue on how to activate this change.

Re: [PHP] FATAL: emalloc()

2005-02-18 Thread Richard Lynch
George Balanos wrote: > Durring the middle of the day our website stopped woking when I checked > the > error logs in Apache I found this error: > > FATAL: emalloc() : Unable to allocate 1073741824 bytes What you have to figure out is why you are trying to allocate a GIGABYTE of RAM on your homepa

Re: [PHP] FATAL: emalloc()

2005-02-18 Thread Matt M.
> FATAL: emalloc() : Unable to allocate 1073741824 bytes I found this at http://us4.php.net/odbc_exec I kept getting FATAL: emalloc() errors when using select statements via odbc for MS SQL. I had no control over the DB as it is a commercial CRM system. I found that by 1st issuing an SQL query

Re: [PHP] FATAL: emalloc() error

2001-01-11 Thread Justin Smith
I'm passing odbe_exec() an ODBC connection ID (returned from odbc_connect()) and a SQL command that pulls several fields from a query in an Access database. Playing with it, I've determined that removing certain fields from my SQL command (not SELECT'ing them) will allow it to work. These fields

Re: [PHP] FATAL: emalloc() error

2001-01-10 Thread Richard Lynch
What arguments are you passing to odbc_exec()? - Original Message - From: Justin Smith <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, January 09, 2001 1:07 PM Subject: [PHP] FATAL: emalloc() error > I'm trying to query an MS Access database via ODBC, but the odbc_exec > com