ID: 28345 User updated by: zee at email dot ro Reported By: zee at email dot ro Status: Open Bug Type: *General Issues Operating System: suse linux PHP Version: Irrelevant New Comment:
i'm new to Linux and PHP do i have to set the memory_limit to 8M? and what exactly do i write in the php.ini? memory_limit = 8M ?????? Previous Comments: ------------------------------------------------------------------------ [2004-06-17 17:12:29] zee at email dot ro i'm new to Linux and PHP do i have to set the memory_limit to 8M? and what exactly do i write in the php.ini? memory_limit = 8M ?????? ------------------------------------------------------------------------ [2004-06-17 04:10:08] [EMAIL PROTECTED] What is the value of memory_limit in you're php.ini file? it look like it is set to '8' instead of the '8M' ------------------------------------------------------------------------ [2004-05-10 09:25:15] zee at email dot ro Description: ------------ I have a really big problem Nothing works in php. i've pasted this code in a file: <?php phpinfo(); ?> and it gives me this error: 'Fatal error: Allowed memory size of 8 bytes exhausted at zend_stack.c:27 (tried to allocate 256 bytes) in Unknown on line 0' It has to be something serious,huh? Here's the URL of the file: http://linux.bathory.ro/~tibi/a.php i've tried to search for this kind of errors(bugs), but i could not find anything. can someone help me? Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- a huge table full with informations about php Actual result: -------------- 'Fatal error: Allowed memory size of 8 bytes exhausted at zend_stack.c:27 (tried to allocate 256 bytes) in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28345&edit=1
