ID: 20937 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: Win2000, MacOS PHP Version: 4.2.3 New Comment:
Hi, I am facing similar problem. There are multiple PHP binaries running in Windows (viewed from Windows Task Manager). The PHP server went dead when more requests came in when I was just running a simple index.php file. This file consisted of 7 include statments. Each included file did not even exceed more than 30 LOC in plain HTML. Wrong PHP installation? Previous Comments: ------------------------------------------------------------------------ [2002-12-11 12:04:35] [EMAIL PROTECTED] No single line of code is executed, the script only does an include so the problem is indeed the size of the PHP binary which varies from 2 to 5mb without a reason. ------------------------------------------------------------------------ [2002-12-11 11:57:03] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. The memory usage will depend on the amount of data retrieved from the SQL server. ------------------------------------------------------------------------ [2002-12-11 09:05:16] [EMAIL PROTECTED] You need advanced tools to test this: Windows Task Manager! The PHP binary randomly cunsumes up to 5Mb of memory for no clear reason. When the whole application is loaded this leads to binaries from 2Mb to 12Mb. The script includes PEAR::DB (DB.php), connects to the database (MySQL) and dies. Zillions of users are complainin about exhausted memory problems and we have to make them change the maximum memory size for PHP scripts in their php.ini settings. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20937&edit=1