[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: http://www.php.net/unsub.php




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 this when executing odbc_exec(...);  What was the fix?



FATAL:  emalloc():  Unable to allocate 1073784417 bytes
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 this when executing odbc_exec(...);  What was the fix?
 
 
 
 FATAL:  emalloc():  Unable to allocate 1073784417 bytes
  
 
 This message is intended for the sole use of the individual and entity to
 whom it is addressed, and may contain information that is privileged,
 confidential and exempt from disclosure under applicable law.  If you are
 not the intended addressee, nor authorized to receive for the intended
 addressee, you are hereby notified that you may not use, copy, disclose or
 distribute to anyone the message or any information contained in the
 message.  If you have received this message in error, please immediately
 advise the sender by reply email and delete the message.  Thank you very
 much.   
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php