]> granicus.if.org Git - php/commitdiff
Fix pcre non-FAST_ZPP build
authorAndrea Faulds <ajf@ajf.me>
Tue, 16 Dec 2014 12:45:41 +0000 (12:45 +0000)
committerAndrea Faulds <ajf@ajf.me>
Tue, 16 Dec 2014 12:45:41 +0000 (12:45 +0000)
ext/pcre/php_pcre.c

index 6f9f2aebbf4a6fd384c46ebc313d033ae189316b..eb3b75abd208e01d619738476e250dda0dac4a61 100644 (file)
@@ -1561,7 +1561,7 @@ static PHP_FUNCTION(preg_split)
        /* Get function parameters and do error checking */     
 #ifndef FAST_ZPP
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "SS|ll", &regex,
-                                                         &subject, &subject_len, &limit_val, &flags) == FAILURE) {
+                                                         &subject, &limit_val, &flags) == FAILURE) {
                RETURN_FALSE;
        }
 #else