NYCPHP Meetup

NYPHP.org

[nycphp-talk] Mod_auth_digest/mysql works!

John Campbell jcampbell1 at gmail.com
Tue Feb 3 18:26:15 EST 2009


>
>  None the less, PHP does
> have garbage collection.

Php uses simple reference counts, and the counters are updated
continuously.  I take garbage collection to mean there is a periodic
process where unreachable objects are found and deleted.  There is no
periodic garbage collection in php.  Memory is freed as soon as the
reference count goes to zero.

Regards,
John Campbell



More information about the talk mailing list