summaryrefslogtreecommitdiffstats
path: root/gmagick-php56.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-17 07:31:22 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-17 07:31:22 +0100
commitf861f1037fad6fbe28a9c8fbf2f07a301c2907b9 (patch)
treeea0520dc48e0fc626df27480c989fb1d63106594 /gmagick-php56.patch
parent7b76caee7fd36f7e4e00fde2490c7e91251afb31 (diff)
php-pecl-gmagick: 1.1.7RC2 (no change, only our patch applied upstream)
Diffstat (limited to 'gmagick-php56.patch')
-rw-r--r--gmagick-php56.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gmagick-php56.patch b/gmagick-php56.patch
deleted file mode 100644
index 68306f3..0000000
--- a/gmagick-php56.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- pecl/gmagick/trunk/gmagick.c 2014/02/13 16:24:02 332848
-+++ pecl/gmagick/trunk/gmagick.c 2014/03/03 13:44:25 332912
-@@ -1232,7 +1232,11 @@
- return FAILURE;
-
- InitializeMagick(cwd);
-+#if PHP_VERSION_ID < 50600
- free(cwd);
-+#else
-+ efree(cwd);
-+#endif
-
- /* init constants */
- php_gmagick_initialize_constants();