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
- http://php.net/gc-d
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
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 colle
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 to