Re: [PHP-DEV] big memory problem with 4.0.6

2001-09-08 Thread fx
> > 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

[PHP-DEV] big memory problem with 4.0.6

2001-09-05 Thread fx
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_

[PHP-DEV] strange behaviour of sscanf

2001-02-07 Thread fx
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 -