Re: [PHP-DEV] Memory Leaks with Objects (no circular reference)

2009-03-05 Thread Dmitry Stogov
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_

[PHP-DEV] Re: Bogus load error for my extension

2009-03-05 Thread Greg Beaver
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

[PHP-DEV] Bogus load error for my extension

2009-03-05 Thread David M. Patterson
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

Re: [PHP-DEV] compile failure in zend_builtin_functions.c for PHP6

2009-03-05 Thread Felipe Pena
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

[PHP-DEV] compile failure in zend_builtin_functions.c for PHP6

2009-03-05 Thread Iain Lewis
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