]> granicus.if.org Git - php/commitdiff
- fix tsrm build
authorPierre Joye <pajoye@php.net>
Mon, 8 May 2006 16:34:12 +0000 (16:34 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 8 May 2006 16:34:12 +0000 (16:34 +0000)
ext/filter/filter.c

index 9357f2967560aab9e1e1c347893b51c456b7fc60..0358a5ffec7ff6274fb8272d3258220d4cc6807d 100644 (file)
@@ -578,7 +578,7 @@ PHP_FUNCTION(input_get)
                                        }
                                }
                        } else {
-                               array_ptr = php_filter_get_storage(PARSE_GET);
+                               array_ptr = php_filter_get_storage(PARSE_GET TSRMLS_CC);
                        }
        }