ID: 6018 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: does this happen with a new release of PHP? Previous Comments: --------------------------------------------------------------------------- [2000-08-08 08:14:43] [EMAIL PROTECTED] When I try to concating columns in MS Access 2000 using PHP odbc_exec() function, the Apache server shows me "500 - Internal server error" page and in the Apache error log is this message: [Tue Aug 08 13:54:04 2000] [error] [client 127.0.0.1] Premature end of script headers: c:/php4/php.exe [Tue Aug 08 13:54:04 2000] [error] [client 127.0.0.1] FATAL: emalloc(): Unable to allocate 2147483599 bytes Before updating Windows 2000 with SP1, there was not this error. Sample script: <?php @$cn = odbc_connect("dns", "user", "pass"); $query = odbc_exec($cn, "SELECT name&surname AS people FROM users"); ?> Other SQL queries (without concating commands)works fine. OS: Windows 2000 prof. with SP1 PHP: 4.0.1pl2 (standard Win32 binaries) - CGI PHP.INI: PHP.INI-DIST renamed to C:WINNTPHP.INI WWW: Apache 1.3.12 running as service Maybe is something wrong in W2K SP1, not in PHP... Best regards, Jiri Kori --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=6018&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]