]> granicus.if.org Git - php/commitdiff
Fix ZTS build
authorStanislav Malyshev <stas@php.net>
Mon, 1 Sep 2014 22:17:05 +0000 (15:17 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 1 Sep 2014 22:41:00 +0000 (15:41 -0700)
Zend/zend_ini.c

index 21c2c2204efbed4f4e9df5204757770499fbebce..3708efad6cfba967c87110172cee30ecec86fbe3 100644 (file)
@@ -251,7 +251,7 @@ static int zend_ini_refresh_cache(zval *el, void *arg TSRMLS_DC) /* {{{ */
        int stage = (int)(zend_intptr_t)arg;
 
        if (p->on_modify) {
-               p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC);
+               p->on_modify(p, p->value, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC);
        }
        return 0;
 }