diff options
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r-- | ext/fdf/fdf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 8fed3d3f4b..a5da77e67b 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -725,7 +725,6 @@ SAPI_POST_HANDLER_FUNC(fdf_post_handler) FDFErc err; ASInt32 nBytes; zval *array_ptr = (zval *) arg; - TSRMLS_FETCH(); fp=php_open_temporary_file(NULL,"fdfdata.",&filename); if(!fp) { |