From: zee at email dot ro Operating system: suse linux PHP version: Irrelevant PHP Bug Type: *General Issues Bug description: nothing works
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 bug report at http://bugs.php.net/?id=28345&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28345&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28345&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28345&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28345&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28345&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28345&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28345&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28345&r=support Expected behavior: http://bugs.php.net/fix.php?id=28345&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28345&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28345&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28345&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28345&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28345&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28345&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28345&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28345&r=float
