Date: 05/23/00
- Next message: Frank M. Kromann: "[PHP-DEV] cvs: php3 /dl/mssql/ Makefile mssql.c php3_mssql.h"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 01:55 PM 5/23/00 -0500, Andrei Zmievski wrote:
>On Tue, 23 May 2000, Andi Gutmans wrote:
> > This is a known leak.
> > There is not much that can be done about it without slowing down Zend
> > significantly.
>
>Umm, maybe I'm missing something but wouldn't it be just a comparison of
>the data pointer against the object containing the hash table?
Nope. The problem isn't assigning a variable to itself. The problem is
assigning a variable to one of its properties, i.e. $a[0][0]=&$a;
> > In any case, as you know it isn't a "real" leak because it is cleaned up
> > after each request.
>
>_I_ know that. :) Others might not.
Well the default of the build will be without debug. Whoever uses debug
hopefully will know what to do with it or at least mail the mailing list so
that we can give him a clear answer.
Andi
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Frank M. Kromann: "[PHP-DEV] cvs: php3 /dl/mssql/ Makefile mssql.c php3_mssql.h"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

