| Changelog for mogilefs |
| Release |
What has changed? |
| 0.7.5RC1 |
- Fixed a number of memory leaks/invalid reads. PECL mogilefs is now leak free
- Fixed protos |
| 0.7.5b7 |
- 5.3 compatibility for ARG_INFO definition (ZEND_BEGIN_ARG_INFO with implicit static)
- http://pecl.php.net/bugs/bug.php?id=15284: Invalid format string
- http://pecl.php.net/bugs/bug.php?id=15283: Invalid comparison with string literal (patch by crrodriguez@opensuse.org)
- Refactored retrieval of the default domain to use new mogilefs_get_default_domain()
- QA fixes for really strict compiler options
- Removed unused artefacts from earlier version like module globals and RINIT |
| 0.7.5b6 |
- 5.3 compatibility for ARG_INFO definition (ZEND_BEGIN_ARG_INFO with implicit static)
- http://pecl.php.net/bugs/bug.php?id=15284: Invalid format string
- http://pecl.php.net/bugs/bug.php?id=15283: Invalid comparison with string literal (patch by crrodriguez@opensuse.org)
- Refactored retrieval of the default domain to use new mogilefs_get_default_domain() |
| 0.7.5b5 |
- Added config.m4 to package.xml to allow installation via pecl/pear |
| 0.7.5b4 |
- Moved to pecl.php.net
- Fixed a bunch of ugly memory leaks
- Fixed bug in MogileFS::connect()
- Renamed MogileFsClient back to MogileFS |