On Wednesday 07 July 2004 14:21, Peter Rendl wrote:
> Edin Kadribasic wrote:
> > Memory limit checking is not compiled in on Windows. So bugs must be
>
> caused by
>
> > something else.
>
> Unfortunately phpinfo() does not show compile options for this build.
> But http://snaps.php.net/win32/snapshot.log contains this line
> "snapshot: forcing memory-limit on". Is it a misinterpretation that this
> turns memory limit checking on?
>
> I have an older php version from february available. It returns an empty
> string for ini_get('memory_limit') while the current snap gives 8MB.
You have uncovered an error in win32 configure script which is fixed now. The
next snap should again have memory limit disabled.
Edin