Edit report at https://bugs.php.net/bug.php?id=64511&edit=1
ID: 64511 Updated by: larue...@php.net Reported by: psiek at mscgva dot ch Summary: Strange memory allocation error message spamming -Status: Open +Status: Feedback Type: Bug Package: MSSQL related Operating System: ubuntu 12.10 PHP Version: 5.4.13 Block user comment: N Private report: N New Comment: Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2013-03-25 14:09:57] psiek at mscgva dot ch Description: ------------ Hi, Each time I use dblib + freetds (read or write) I got following messages : [Mon Mar 25 08:53:55 2013] [error] [client x.x.x.x] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140429927214120 bytes) in Unknown on line 0, referer: http://blahblah All seems to work, excepted the weird message that fill my logs. I tryed with multiple versions of php (from 5.4.0 up to 5.4.11) on three different servers, they all give the same message. Regards, Expected result: ---------------- No error message in error/php log Actual result: -------------- [Mon Mar 25 08:53:55 2013] [error] [client x.x.x.x] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140429927214120 bytes) in Unknown on line 0, referer: http://blahblah ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64511&edit=1