]> granicus.if.org Git - php/commitdiff
- fix ts build (zend_list_insert change)
authorPierre Joye <pajoye@php.net>
Fri, 17 Sep 2010 10:51:53 +0000 (10:51 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 17 Sep 2010 10:51:53 +0000 (10:51 +0000)
ext/filter/filter.c

index e8dd7cc660e945821f4a5eeb281b47d60e87404d..e2aa2cc688d5bff9f05da4cd31105ef4eee4e186 100644 (file)
@@ -274,7 +274,7 @@ PHP_MINIT_FUNCTION(filter)
        REGISTER_LONG_CONSTANT("FILTER_FLAG_NO_RES_RANGE", FILTER_FLAG_NO_RES_RANGE, CONST_CS | CONST_PERSISTENT);
        REGISTER_LONG_CONSTANT("FILTER_FLAG_NO_PRIV_RANGE", FILTER_FLAG_NO_PRIV_RANGE, CONST_CS | CONST_PERSISTENT);
 
-       sapi_register_input_filter(php_sapi_filter, php_sapi_filter_init);
+       sapi_register_input_filter(php_sapi_filter, php_sapi_filter_init TSRMLS_CC);
 
        return SUCCESS;
 }