History log of /imagick/config.m4 (Results 51 – 67 of 67)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1aaa1999 04-May-2007 mkoppanen

Some fixes to config.m4. Configuring extension statically without
php-config present the configure would not have worked.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trun

Some fixes to config.m4. Configuring extension statically without
php-config present the configure would not have worked.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@234918 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# efa152ca 04-May-2007 mkoppanen

Added check for php version in configure.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@234910 c90b9560-bf6c-de11-be94-00142212c4b1


# b45ce307 19-Apr-2007 scottmac

Types and variables need to be defined first, also add config.w32 and a define in the code when imagick is enabled.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@234085 c

Types and variables need to be defined first, also add config.w32 and a define in the code when imagick is enabled.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@234085 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# d0f8197c 16-Apr-2007 mkoppanen

Initial import of the 2.x version tree.
This version is no longer compatible with older versions.
GraphicsMagick support removed.


git-svn-id: http://svn.php.net/repository/pecl/

Initial import of the 2.x version tree.
This version is no longer compatible with older versions.
GraphicsMagick support removed.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@233872 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 9aac2228 16-Apr-2007 scottmac

Remove all the old files, we'll be replacing them shortly with the new API.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@233871 c90b9560-bf6c-de11-be94-00142212c4b1


# 4b4641f6 04-Apr-2007 chregu

patch by Scott MacVicar for some current build errors and issues with the
latest Graphicsmagick / Imagemagick


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@233246 c90

patch by Scott MacVicar for some current build errors and issues with the
latest Graphicsmagick / Imagemagick


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@233246 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 858eb72f 28-Jun-2004 chregu

on the way to imagemagick 6.0.0 compatibility (not tested yet)
thanks to Stanislav Yadykin for the hint


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162210 c90b9560-

on the way to imagemagick 6.0.0 compatibility (not tested yet)
thanks to Stanislav Yadykin for the hint


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162210 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 79a0172b 06-Jun-2004 chregu

- better version checking for ImageMagick
- IM >= 6.0.0 not supported right now


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@160636 c90b9560-bf6c-de11-be94-00142212c

- better version checking for ImageMagick
- IM >= 6.0.0 not supported right now


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@160636 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 553aa71c 11-Mar-2003 chregu

- be more verbose
- check Magick-config in provided DIR and not in system $PATH


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119870 c90b9560-bf6c-de11-be94-00142212c

- be more verbose
- check Magick-config in provided DIR and not in system $PATH


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119870 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 9976d026 11-Mar-2003 chregu

- updated package.xml about new buildoption
- removed debug code in config.m4


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119868 c90b9560-bf6c-de11-be94-00142212c4b1


# c296d1cd 11-Mar-2003 chregu

Added GraphicsMagick Support to config.m4
--with-imagick-gm will use GraphicsMagick instead of ImageMagick


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119867 c90b95

Added GraphicsMagick Support to config.m4
--with-imagick-gm will use GraphicsMagick instead of ImageMagick


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119867 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# db71b507 02-Dec-2002 chregu

woho. new imagick extension is finally in PECL

I have not tested this version yet and package.xml is most certainly not
complete, but I trust Michael, that it's not completely borked :)

woho. new imagick extension is finally in PECL

I have not tested this version yet and package.xml is most certainly not
complete, but I trust Michael, that it's not completely borked :)


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@106595 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# f612f6a3 26-Nov-2002 chregu

temporarily remove these files, since we will soon have a newly written extension.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@105829 c90b9560-bf6c-de11-be94-00142212c4

temporarily remove these files, since we will soon have a newly written extension.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@105829 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 7c85a162 17-May-2002 chregu

api change in imagemagick 5.4.5 for QueryColorDatabase...
make 5.4.5 as required version


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@82540 c90b9560-bf6c-de11-be94-0

api change in imagemagick 5.4.5 for QueryColorDatabase...
make 5.4.5 as required version


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@82540 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# dd7252f5 15-Jan-2002 chregu

new version (0.1)
- imagick_sample(), imagick_resize(), imagick_crop(), imagick_shear(), imagick_rotate(), imagick_morph() are depraceted and replaced by the corresponding imagick_copy_* function

new version (0.1)
- imagick_sample(), imagick_resize(), imagick_crop(), imagick_shear(), imagick_rotate(), imagick_morph() are depraceted and replaced by the corresponding imagick_copy_* function, which return a new handle. The depracated functions will be removed in the next version.
- Cosmetic changes to phpinfo()
- Fixed some critical resource allocation errors
- and some more


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@67835 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 416f3d05 04-Dec-2001 chregu

New Release:
- added andrei as author
- better config support
- better errorhandling
- support for php < 4.1
- annotate text function


git-svn-id: http://svn.php.net/

New Release:
- added andrei as author
- better config support
- better errorhandling
- support for php < 4.1
- annotate text function


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@63845 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


# 615ed238 22-Nov-2001 chregu

first release on pear/pecl of ext/imagick.
see http://php.chregu.tv/imagick for details about this extension


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@63046 c90b9

first release on pear/pecl of ext/imagick.
see http://php.chregu.tv/imagick for details about this extension


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@63046 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...


123