X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-apc.git;a=blobdiff_plain;f=apc.c;h=6dd668ddc54d81ed3c4b3f4b85a8579d501aef04;hp=14fc3eab113c4491650fd49a6cba451bba7a36c2;hb=10aea07a14325aa0bfb5fe75ddcf19432c6e2c64;hpb=3682e0a7a26931aabca2b6e54eb08efd7dc0430b diff --git a/apc.c b/apc.c index 14fc3ea..6dd668d 100644 --- a/apc.c +++ b/apc.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | APC | +----------------------------------------------------------------------+ - | Copyright (c) 2006 The PHP Group | + | Copyright (c) 2008 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -29,7 +29,7 @@ */ -/* $Id: apc.c,v 3.18.2.1 2008/03/25 18:04:53 gopalv Exp $ */ +/* $Id: apc.c,v 3.18.2.3 2008/05/13 15:48:48 gopalv Exp $ */ #include "apc.h" #include /* for POSIX regular expressions */ @@ -273,7 +273,7 @@ char** apc_tokenize(const char* s, char delim) /* similar to php_stream_stat_path */ #ifdef ZEND_ENGINE_2 #define APC_URL_STAT(wrapper, filename, pstatbuf) \ - ((wrapper)->wops->url_stat((wrapper), (filename), 0, (pstatbuf), NULL TSRMLS_CC)) + ((wrapper)->wops->url_stat((wrapper), (filename), PHP_STREAM_URL_STAT_QUIET, (pstatbuf), NULL TSRMLS_CC)) #else #define APC_URL_STAT(wrapper, filename, pstatbuf) \ ((wrapper)->wops->url_stat((wrapper), (filename), (pstatbuf) TSRMLS_CC))