> > with version < 4.0.6 I had no problem with my sites
> >
> > moreover I had memory_limit = 8M with php <= 4.0.5 with no problem
> > and now I have memory_limit = 16M with 4.0.6 and that even doesn't
> > solve the problem
>
> Wasn't there a patch for 4.06's memory limit on
> http://php.net/dow
Hi
I have a lot of memory problem with php 4.0.6 ...
" Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to
allocate 11520 bytes) "
with version < 4.0.6 I had no problem with my sites
moreover I had memory_limit = 8M with php <= 4.0.5 with no problem and now
I have memory_
the code
");
print("format = $format");
print("list = $var1, $var2, $var3, $var4, $var5");
?>
$sep = " " => OK
buffer = a bb ccc e
format = %s %s %s %s %s
list = a, bb, ccc, , e
-