[PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-04-29 Thread shazlista
ID: 9816 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: FATAL: emalloc(): Unable to allocate I got the same error when I tried (in numerous ways) to get the concatenation of two fields returned AS a new fieldname: My example query: SELECT BorrowerId,

Re: [PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-04-29 Thread Nolan Andres
hmmm...sorry, but somehow this follow-up that I submitted was posted with the original poster's address, instead of mine. If anyone wants to contact me, I can be reached at the reply address to *this* post. peace, Nolan Andres PeaceWorks Computer Consulting -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-04-03 Thread shazlista
ID: 9816 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: ODBC related Description: FATAL: emalloc(): Unable to allocate I am sorry but I have no coments on you ... In all versions from 4.0.2 till 4.0.4pl1. Only in win2000 with srvice pack 1 installed. Only, not in

[PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-04-01 Thread kalowsky
ID: 9816 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: A) Unable to reproduce locally on Win98SE, and MSAccess with 4.0.5RC4 B) which version of PHP are you using? Bug report says 4.0.4pl1, but your

[PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-03-23 Thread shazlista
ID: 9816 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: FATAL: emalloc(): Unable to allocate win2000 sp1 php4.0.2 - 4.0.4pl1 ? $a=odbc_connect("oh","",""); $r=odbc_prepare($a,"SELECT 'a' FROM xx"); odbc_execute($r); odbc_free_result($r); odbc_close($a);