On 12 March 2015 at 06:55, Michael Wallner <[email protected]> wrote: > Awesome, I'd really like to see this extension being kept maintained!
I've actually been maintaining it for a while. It's just that Mikko hasn't transferred the source to point to his Github repo https://github.com/mkoppanen/imagick/ and I've been prevaricating about doing an actual release. > Do you have any specific questions? Two questions so far: i) Where does the version need to be set. The places I'm aware of are in the header file php_imagick.h #define PHP_IMAGICK_VERSION "3.3.0RC1" #define PHP_IMAGICK_EXTNUM 30300 And in the package file: <version> <release>3.3.0RC1</release> <api>3.3.0</api> </version> Are there any other places where it needs to be set? ii) What should be in the notes field in package.xml? Currently it's set to: <notes> - Fix bug #66098: Segfault in zval_addref_p </notes> Which doesn't seem to be that useful. cheers Dan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
