That's what I said (more or less)! Have you all got filters on me?

On 28/07/06, Andi Gutmans <[EMAIL PROTECTED]> wrote:
I personally think that we should keep the more accurate behavior both
because it's the most accurate and what most people would expect when
setting memory limits, and because it does allow us to always enable
memory-limit code due to the significantly smaller overhead of keeping
count.
If some people really feel it's important for debugging purposes to be able
to tell how much memory has been emalloced() (i.e. how much size PHP has
requested as opposed to how much memory is being managed), then we could add
some slow functions that traverse the memory manager and provide that
information. For debugging purposes that would be sufficient but will not
clash with us fixing the memory limit to start working much better and more
efficiently.

Thoughts?
Andi


--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&amp;r=213474731
"Standing on the shoulders of some very clever giants!"

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to