diff options
Diffstat (limited to 'filters')
| -rw-r--r-- | filters/php_colormatrix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filters/php_colormatrix.c b/filters/php_colormatrix.c index bdb8adf..802550c 100644 --- a/filters/php_colormatrix.c +++ b/filters/php_colormatrix.c @@ -271,7 +271,8 @@ static void _php_colormatrix_usermat(double mat[16], zval** data) convert_to_array_ex(data); - mat_ht=(*data)->value.ht; + mat_ht=(*data)->value.ht; // FIXME: should really use HASH_OF macro. + // Filter API change needed to supply TSRMLS to filters zend_hash_internal_pointer_reset_ex(mat_ht,&pos); while (pos) { |
