Im playing around with iterators, and Im getting this error ->
php in free(): warning: chunk is already free
Im running php 5.0.3 on FreeBSD 5.3.
Any ideas what may be wrong?
Thanks
$array = array(0 => array('world'));
class RecursiveArrayIterator extends ArrayIterator implements
RecursiveIterato
From: "Jan Maska" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 11:07 AM
Subject: Re: [PHP] php in free()
> I'm not sure which way you create the connection, but I suppose that you use
> FSockOpen..
>
> This is a buggy function
I'm not sure which way you create the connection, but I suppose that you use
FSockOpen..
This is a buggy function, as far as I know..
Zend promised to take care of it in the 4.0.4 release of PHP, but since that
nothing has changed, apparently.
I had the same problem some week ago. In the end I ha
Your code runs more than 30 seconds.
Try using set_time_limit(n) function.
Niklas
-Original Message-
From: Rick [mailto:[EMAIL PROTECTED]]
Sent: 18. joulukuuta 2001 2:46
To: [EMAIL PROTECTED]
Subject: [PHP] php in free()
I'm running a script that times out durring a certian a
I'm running a script that times out durring a certian action.
Fatal error: Maximum execution time of 30 seconds exceeded in
/usr/local/web/htdocs/mail/functions.php on line 1200
The error logs say: php in free(): warning: recursive call.
The offending lines of code, and here's what really gets
5 matches
Mail list logo