From 768e89d7c44ad96c5f5379f53f3fdde073990b29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Mar 2014 14:19:41 +0100 Subject: php-pecl-imagick: cleanups for Copr --- imagick-zts.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 imagick-zts.patch (limited to 'imagick-zts.patch') diff --git a/imagick-zts.patch b/imagick-zts.patch deleted file mode 100644 index 271fdf4..0000000 --- a/imagick-zts.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- imagick-3.1.1/imagick_class.c 2013-09-22 14:01:16.000000000 +0200 -+++ imagick-3.1.1-zts/imagick_class.c 2013-09-22 14:14:29.285128053 +0200 -@@ -6637,7 +6637,7 @@ - } - - static --void s_add_named_strings (zval *array, const char *haystack) -+void s_add_named_strings (zval *array, const char *haystack TSRMLS_DC) - { - int done = 0; - char *line, *last_ptr = NULL, *buffer; -@@ -6714,7 +6714,7 @@ - - // Name of the image - s_add_assoc_str (return_value, "imageName", MagickGetImageFilename (intern->magick_wand), 1); -- s_add_named_strings (return_value, identify); -+ s_add_named_strings (return_value, identify TSRMLS_CC); - - // Geometry is an associative array - MAKE_STD_ZVAL (array); -- cgit