[PHP] New emalloc() error?

2002-07-03 Thread David Busby
List, I think I saw this one on here before...when reading/writing the database I get this when executing odbc_exec(...); What was the fix? FATAL: emalloc(): Unable to allocate 1073784417 bytes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] New emalloc() error?

2002-07-03 Thread Lazor, Ed
wow, 107megs of ram in one process is impressive. Have you checked your php.ini max memory setting? Is there sufficient ram / swap file space? Got enough free drive space? -Original Message- List, I think I saw this one on here before...when reading/writing the database I get

Re: [PHP] New emalloc() error?

2002-07-03 Thread David Busby
Wow, Thats what that means? There must be some error. The procedure I'm trying to run doesn't return that much data and it will run via 'isql'. Anything else I should check? /B Lazor, Ed wrote: wow, 107megs of ram in one process is impressive. Have you checked your php.ini max memory