[PHP] [PHP-DEV] PHP 5.3.20RC1 and 5.4.10RC1 Released for Testing!

2012-12-06 Thread Johannes Schlüter
Hi! We've released PHP 5.3.20RC1 and 5.4.10RC1 which can be found here: 5.3.20RC1: http://downloads.php.net/johannes/php-5.3.20RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.20RC1.tar.gz 5.4.10RC1: http://downloads.php.net/stas/php-5.4.10RC1.tar.bz2 http://downloads.php.

[PHP] Unset and __destruct

2012-12-06 Thread Pierre du Plessis
Hi all I searched the internet (probably not hard enough), and couldn't find a decent answer. I was wondering why, when calling unset on an object, it doesn't automatically call the __destruct method (if it exists) on the object. When unsetting an object, php doesn't automatically remove referen