From e78a427f7299e03347c51298efb73478e9dd01f2 Mon Sep 17 00:00:00 2001 From: Michael Lum Date: Mon, 27 Apr 2009 18:54:34 +0000 Subject: [PATCH] added change comments git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-php/trunk@124 a2f82657-cdd2-4550-bd36-68a8e7111808 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b21cc51..e96c590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 0.0.4 (ciaccia) +* Added proper destructors for resources and custom types +* Modified *_destroy functions to just remove the reference, so the ZE will call the destructor when necessary +* Fixed segmentation fault when destroying an event type used in an emitter +* Added a few tests + Version 0.0.3 (mlum) * Enabled phpinfo hooks -- 2.11.4.GIT