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

[PHP] FATAL: emalloc()

2005-02-18 Thread George Balanos
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 Spammed three times, since then nothing we have tried has worked, played with memory_limit and shutting down our gallery.

[PHP] FATAL: emalloc(): Unable to allocate -83128 bytes

2002-08-02 Thread Klaus Svarre
I get the error msg mentioned above when I use the ereg() function. What is it, that I don't know? Best regards Klaus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FATAL: emalloc() error

2001-01-11 Thread Justin Smith
ther in Access or my SQL SELECT command? Justin On Thu, 11 Jan 2001, Richard Lynch wrote: > What arguments are you passing to odbc_exec()? > > - Original Message - > From: Justin Smith <[EMAIL PROTECTED]> > Newsgroups: php.general > Sent: Tuesday, January 09, 20

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