making swig more backward compatible
[lwes-php.git] / ChangeLog
blobe96c59028921b3f971b529365134be22296ee701
1 Version 0.0.4 (ciaccia)
2 * Added proper destructors for resources and custom types
3 * Modified *_destroy functions to just remove the reference, so the ZE will call the destructor when necessary
4 * Fixed segmentation fault when destroying an event type used in an emitter 
5 * Added a few tests
7 Version 0.0.3 (mlum)
8 * Enabled phpinfo hooks
10 Version 0.0.2 (mlum)
11 * Removed support for 64-bit integers in PHP
13 Version 0.0.1 (mlum)
14 * Initial release