summaryrefslogtreecommitdiffstats
path: root/magickwand-php54.patch
diff options
context:
space:
mode:
Diffstat (limited to 'magickwand-php54.patch')
-rw-r--r--magickwand-php54.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/magickwand-php54.patch b/magickwand-php54.patch
deleted file mode 100644
index 885ea4e..0000000
--- a/magickwand-php54.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- MagickWandForPHP-1.0.9/magickwand_inc.h.php54 2011-11-14 01:26:39.000000000 +0100
-+++ MagickWandForPHP-1.0.9/magickwand_inc.h 2011-11-26 14:37:53.999059934 +0100
-@@ -61,7 +61,7 @@
-
- static MagickBooleanType
- MW_zend_register_resource(
-- const MagickBooleanType verify, const void *obj_ptr, zval *zval_p, const int le_zend_rsrc_type, int *return_rsrc_id )
-+ const MagickBooleanType verify, const void *obj_ptr, zval *zval_p, const int le_zend_rsrc_type, int *return_rsrc_id TSRMLS_DC)
- {
- if ( verify == MagickFalse ) { return MagickFalse; }
-
-@@ -188,7 +188,7 @@
- /* ************************************************************************************************************** */
-
- #define MW_ZEND_REGISTER_RESOURCE( ResType, obj, zval_p, return_rsrc_id ) \
-- MW_zend_register_resource( ResType ## _IS_GOOD( obj ), (void *) obj, zval_p, le_ ## ResType, return_rsrc_id )
-+ MW_zend_register_resource( ResType ## _IS_GOOD( obj ), (void *) obj, zval_p, le_ ## ResType, return_rsrc_id TSRMLS_CC)
-
- /* ************************************************************************************************************** */
-