Zend problem??!! or memory problem or just bad code?!
Posted: Fri Apr 21, 2006 5:08 am
feyd | Please use
I've changed the memory_limit in php.ini file, and then the errors desapear but i get a blank page instead-- no html parsed!?
i'm loosing it

feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I've got this error and i don+t know why, it seemsthat+s because of the function listed at the bottom:Code: Select all
Fatal error: Allowed memory size of 8388608 bytes exhausted at /usr/ports/lang/php5/work/php-5.1.2/Zend/zend_hash.c:417Code: Select all
function fillCalendar(){
$y = $this->year + 0;
$m = $this->month + 0;
for ( ; $y < $y+2; $y++ )
$this->yearsAvailable[]=$y;
if ( $this->isBisixth )
$extraDay=1;
for ( ; $m < 12; $m++)
$monthsLeft[] = $m;
}i'm loosing it
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]