What the status of destruct, should it work?
I am asking because all the simple provided examples work, but in a more
complex situation __destruct is never called.
Is destruct called on a object when a exit is issued?
for debugging I use this destruct:
function __destruct()
{
touch("/tmp/destruct_app.txt");
}
I am using todays snap (06.30)
Gr,
JOhn