Hi Igor,
It's definitely not a memory leak. The memory manager in php-5.2 was
changed so it behaves little bit different. BTW: both 5.1 and 5.2 use
some caches of the chunks with most useful sizes. They allow to
eliminate annecessury free()/malloc() calls and speedup the whole
system. memory_
David M. Patterson wrote:
> I'm having a curious problem with my extension.
> I just moved to PHP 5.3-200903031530, made various changes as appropriate
> and successfully built it.
> Running php -i generates the expected output, including all of the stuff
> from my extension.
> The odd thing is th
I'm having a curious problem with my extension.
I just moved to PHP 5.3-200903031530, made various changes as appropriate
and successfully built it.
Running php -i generates the expected output, including all of the stuff
from my extension.
The odd thing is that PHP always reports:
PHP Warning: P
Hello,
Em Qui, 2009-03-05 às 12:40 +, Iain Lewis escreveu:
> I'm getting a compile failure in zend_builtin_functions.c
> Looks like a recent change might have caused this. Was wondering if
> anyone was having a look at it?
>
> Ta.
>
Yes, Ilia was noticed about that.
http://news.php.net/php
I'm getting a compile failure in zend_builtin_functions.c
Looks like a recent change might have caused this. Was wondering if
anyone was having a look at it?
Ta.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php