From: Andrey Hristov Date: Fri, 21 May 1999 13:29:05 +0000 (+0000) Subject: Get rid of debug printf's. X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be9dc58cfe92079c1fc6cc95a99b93ba225b6aa5;p=php Get rid of debug printf's. --- diff --git a/ext/pcre/pcre.c b/ext/pcre/pcre.c index ce9253765e..b15cdbaf01 100644 --- a/ext/pcre/pcre.c +++ b/ext/pcre/pcre.c @@ -261,10 +261,6 @@ PHP_FUNCTION(pcre_match) if (count >= 0) { matched = 1; - for(i=0; i= '0' && walk[1] <= '9') *backref = *backref * 10 + walk[1] - '0'; - php3_printf("backref = %d\n", *backref); return 1; } /* }}} */