[PHP-DEV] Garbage collection in PHP

2009-07-08 Thread Philip Olson
A volunteer is needed to document GC functionality with PHP 5.3+. Ideally this means: 1. Create a FAQ about: - What the heck this is - Why we care - Why we might disable it 2. Document via the following: - http://php.net/zend.enable-gc - http://php.net/gc-collect-cycles -

[PHP-DEV] Garbage Collection

2008-10-15 Thread Nathan Rixham
Evening All, Could anybody either point me to some existing documentation as to the specifics of Garbage Collection in PHP; specifically for multi-process (forked) CLI applications. Specifically when is a variable a candidate for garbage collection (the criteria); what timing can one expect

Re: [PHP-DEV] Garbage Collection

2008-10-15 Thread Derick Rethans
On Wed, 15 Oct 2008, Nathan Rixham wrote: Evening All, Could anybody either point me to some existing documentation as to the specifics of Garbage Collection in PHP; specifically for multi-process (forked) CLI applications. Specifically when is a variable a candidate for garbage collection

Re: [PHP-DEV] Garbage Collection

2008-10-15 Thread Nathan Rixham
Derick Rethans wrote: On Wed, 15 Oct 2008, Nathan Rixham wrote: Evening All, Could anybody either point me to some existing documentation as to the specifics of Garbage Collection in PHP; specifically for multi-process (forked) CLI applications. Specifically when is a variable a candidate for