php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28345 nothing works
Submitted: 2004-05-10 09:25 UTC Modified: 2004-06-18 00:03 UTC
From: zee at email dot ro Assigned:
Status: Not a bug Package: *General Issues
PHP Version: Irrelevant OS: suse linux
Private report: No CVE-ID: None
 [2004-05-10 09:25 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-17 04:10 UTC] curt@php.net
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-06-17 17:12 UTC] 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 17:14 UTC] 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-18 00:03 UTC] edink@php.net
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.


 [2020-10-19 11:46 UTC] lucyjhonson991 at gmail dot com
There is no any bugs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC