History log of /imagick/configure-cflags.sh (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2, 3.4.4, 3.4.4RC2, 3.4.4RC1
# 0a6c463a 26-Mar-2019 Danack

Disable strict check for PHP 5.6. Still just as valid code, but stopping build.


# 6a334b47 29-Nov-2018 Danack

Added -Wextra CFLAG. Fixed issues that arose from turning that flag on.


Revision tags: 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2, 3.4.3RC1
# 4094bcc1 01-May-2016 Danack

Updated CFLAGS to warn about implicit function declarations, and fixed the revealed issues.


Revision tags: 3.4.2
# 2a0a07f8 08-Mar-2016 Danack

Adding missing functions and constants.

* Imagick::autoGammaImage([int channel = CHANNEL_ALL])
* Imagick::autoOrient()
* Imagick::compositeImageGravity(Imagick $image, int COMP

Adding missing functions and constants.

* Imagick::autoGammaImage([int channel = CHANNEL_ALL])
* Imagick::autoOrient()
* Imagick::compositeImageGravity(Imagick $image, int COMPOSITE_CONSTANT, int GRAVITY_CONSTANT)
* Imagick::localContrastImage(float radius, float strength)
* Imagick::DIRECTION_LEFT_TO_RIGHT
* Imagick::DIRECTION_RIGHT_TO_LEFT
* Imagick::SPARSECOLORMETHOD_MANHATTAN
* ImagickDraw::getOpacity() : float
* ImagickDraw::setOpacity(float opacity) :bool
* ImagickDraw::getFontResolution() : array
* ImagickDraw::setFontResolution(float x, float y) : bool
* ImagickDraw::getTextDirection() : bool
* ImagickDraw::setTextDirection(int direction) : bool
* ImagickDraw::getBorderColor() : ImagickPixel
* ImagickDraw::setBorderColor(ImagickPixel color) : bool
* ImagickDraw::getDensity() : string|null
* ImagickDraw::setDensity(string density_string) : bool
* ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool

show more ...


Revision tags: 3.3.0, 3.3.0RC2, 3.3.0RC1
# 1a660831 24-Feb-2015 Danack

Enabled -Wall and fixed various small issues. Added test for progress monitor via callback, which is broken in 7.


# f3f0d778 23-Feb-2015 Danack

Moved setting CFLAGS out of travis script, to allow it to be more flexible and not forced onto a single line.