ID:               35197
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xmlfrance at gmail dot com
 Status:           Assigned
 Bug Type:         DOM XML related
 Operating System: Debian DNU/Linux
 PHP Version:      5.1.0RC4
-Assigned To:      chregu
+Assigned To:      tony2001
 New Comment:

Reassigned to myself.
I'll commit the patch
(http://tony2001.phpclub.net/dev/tmp/bug35197.diff) after the release.


Previous Comments:
------------------------------------------------------------------------

[2005-11-11 22:02:58] [EMAIL PROTECTED]

Christian, please have a look at it.

------------------------------------------------------------------------

[2005-11-11 21:59:27] xmlfrance at gmail dot com

Description:
------------
My classes extending DOMDocument don't call the destructor.

Reproduce code:
---------------
<?php

class Foo extends DOMDocument {
     function __construct() {
          print('Construction');
     }
     function __destruct() {
          print('Destruction');
     }
}

$o = new Foo;
/* I've also tried unset($o) */

?>


Expected result:
----------------
ConstructionDestruction

Actual result:
--------------
Construction


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35197&edit=1

Reply via email to