Pierre Joye in php.internals (Thu, 6 Sep 2012 18:43:01 +0200): >On Thu, Sep 6, 2012 at 2:07 PM, Rasmus Schultz <ras...@mindplay.dk> wrote: >> I opened this bug report 2 years ago: >> https://bugs.php.net/bug.php?id=52756
Hmmm. I see it is still open. >> Is GD still actively maintained? > >yes. Slowly but yes, we will finally merge 2.1 in 5.5 too. Related, but no real bug: libjpeg 9.0 is released. It compiles fine into php_gd2.dll, but reports an unknown version. This is due to ext/gd/libgd/gd_jpeg.c, which only knows versions 6b, 7 and 8. A simple check for JPEG_LIB_VERSION == 90 would be enough for the moment, but wouldn't it be better to report the JPEG_LIB_VERSION it self? 62, 70, 80, 90 or whatever... Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php