On Jan 24, 2008 11:14 AM, Luc Maltier <[EMAIL PROTECTED]> wrote:
>
> Thanks for this clue (ini_set). But I normally don't need this amount of
> memory anywhere, as 8M were OK in PHP5.1.4... I just want to understand what
> happens.
>
>

Memory limit wasn't force enabled before 5.2.1.  Maybe that was it?

http://www.php.net/ChangeLog-5.php#5.2.1

Version 5.2.1

08-Feb-2007
Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
Added support for hex numbers of any size. (Matt)
Added function stream_socket_shutdown(). It is a wrapper for system
shutdown() function, that shut downs part of a full-duplex connection.
(Dmitry)
Added internal heap protection (Dmitry)
memory-limit is always enabled (--enable-memory-limit removed)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to