summaryrefslogtreecommitdiffstats
path: root/gmagick.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-28 17:33:09 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-28 17:33:09 +0100
commit99990d767acbaaeef73c9ee424a773262d13e05f (patch)
treecdcf0e6fecb510322b5d5fc2865f61215354b4f9 /gmagick.patch
parent85a61a85a260f34a52440e9f773cddc0deb62589 (diff)
php-pecl-gmagick 1.1.2RC1
Diffstat (limited to 'gmagick.patch')
-rw-r--r--gmagick.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gmagick.patch b/gmagick.patch
deleted file mode 100644
index 391efda..0000000
--- a/gmagick.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up gmagick-1.1.0RC2/gmagickpixel_methods.c.orig gmagick-1.1.0RC2/gmagickpixel_methods.c
---- gmagick-1.1.0RC2/gmagickpixel_methods.c.orig 2012-01-21 07:42:13.727957934 +0100
-+++ gmagick-1.1.0RC2/gmagickpixel_methods.c 2012-01-21 07:43:09.328959265 +0100
-@@ -82,7 +82,7 @@ PHP_METHOD(gmagickpixel, getcolor)
- zend_bool as_array = 0, normalise_array = 0;
-
- /* Parse parameters given to function */
-- if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &as_array, &normalise_array) == FAILURE) {
-+ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|bb", &as_array, &normalise_array) == FAILURE) {
- return;
- }
-