Re: [PHP-GTK] Freeing up memory when objects drop out of scope
by Andrew Buczacki other posts by this author
Jul 3 2006 7:59AM messages near this date
Re: [PHP-GTK] Freeing up memory when objects drop out of scope
|
Re: [PHP-GTK] Freeing up memory when objects drop out of scope
Quoting Christian Weiske <cweiske@[...].de> :
> The not-freeing-memory is a limitation of PHP4/PHP-Gtk1. You only can
> use PHP5 and PHP-Gtk2 that supports freeing mem automatically.
>
> --
> Regards/MfG,
> Christian Weiske
>
Does that mean I can still free memory manually? I couldn't find anything in
the documentation regarding memory management. What memory can and what memory
can't I expect to be freed when it drops out of scope? Can I use the standard
free() command with gtk objects, or is there something special I need to do to
free up their memory when I'm done with them?
--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Andrew Buczacki
Andrei Zmievski
Andrew Buczacki
Andrei Zmievski
Christian Weiske
Andrew Buczacki
Christian Weiske
|