ID: 36568 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Scripting Engine problem Operating System: win32 PHP Version: 6CVS-2006-03-01 (CVS) Assigned To: dmitry New Comment:
Fixed in CVS HEAD and PHP_5_1. Previous Comments: ------------------------------------------------------------------------ [2006-03-01 13:31:19] [EMAIL PROTECTED] Windows builds are made without enabling memory limit since the dawn of time. Is there a need to change this? I didn't hear that many requests for this. ------------------------------------------------------------------------ [2006-03-01 12:39:50] [EMAIL PROTECTED] Description: ------------ On windows "memory_limit" setting in php.ini has no effect. It is because of separate config file zend_config.w32.h that is not include "main/config.w32.h". The macro MEMORY_LIMIT is defined in "main/config.w32.h" and is not visible during compilation of "zend_alloc.c". Reproduce code: --------------- <?php ini_set("memory_limit", "32M"); echo ini_get("memory_limit"); ?> Expected result: ---------------- 32M Actual result: -------------- 8M ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36568&edit=1