Hi Lenng,

I have already changed this (a few weeks ago), we have not yet rebuilt the manual.

Thanks


----- Original Message ----- From: <[EMAIL PROTECTED]>
Newsgroups: php.doc
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 2004 1:31 PM
Subject: Correction/Suggestion for PHP 5 manual




http://au2.php.net/manual/en/language.oop5.decon.php

In talking about destructors, Java doesn't have destructors as suggested in this
document. It has finalizers (similar to destructors) but they are not necessarily run
when the object loses all references to it, rather when (or if) the garbage collector
runs. A more suitable example would be C++ as this example has the potential to
confuse beginners.


Glenn Crook

Reply via email to