ID: 41331 Updated by: [EMAIL PROTECTED] Reported By: php at bitrockers dot de -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Debian Etch 2.6.18-3-amd64 PHP Version: 5.2.2 New Comment:
All memory leaks are reported by the memory manager. Slightly increased memory usage is expected. Btw, recommended value for memory_limit is 128Mb. Previous Comments: ------------------------------------------------------------------------ [2007-05-08 18:34:39] php at bitrockers dot de Description: ------------ After upgrading from PHP 5.2.0 to 5.2.2 we've see a lot of PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1875 bytes) in ... erros in our error log. Before 5.2.0 we've had a memory limit of 8M, and we never faced that problem. After the problem occured we've increased the memory limit to 16M. Now the error shows up less frequently, but it's still there. I assume that there is some kind of memory leak in 5.2.2, or some function used in our scripts 'eats' a lot more memory than in 5.2.0. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41331&edit=1