Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64310 invoked from network); 4 Sep 2013 18:28:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2013 18:28:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=bostjan@a2o.si; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bostjan@a2o.si; sender-id=pass Received-SPF: pass (pb1.pair.com: domain a2o.si designates 78.47.12.76 as permitted sender) X-PHP-List-Original-Sender: bostjan@a2o.si X-Host-Fingerprint: 78.47.12.76 portkey.s.itsis.si Received: from [78.47.12.76] ([78.47.12.76:48119] helo=portkey.s.itsis.si) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/42-43041-DDB77225 for ; Wed, 04 Sep 2013 14:28:46 -0400 Received: from undisclosed (undisclosed [127.0.0.254]) (Authenticated sender: undisclosed) by portkey.s.itsis.si (Postfix) with ESMTPSA id 3AE4680096 for ; Wed, 4 Sep 2013 18:28:42 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id s9so1447613iec.21 for ; Wed, 04 Sep 2013 11:28:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:date:message-id:subject:from:to:content-type; bh=yBc9cQD1FXJSuDRVdNnQr4ZssytZgRgIZTbw3HVeITA=; b=PypvncQ3u1u2bxqqdXXBwOXMmfvj1iqIO6Afnj/ztFzSRbzeNWcO656gYxZZYgzJVU 88lfWLFyyJ115KYFlPjv0g8SppqT4i4vJRfro1X2T30a6OwLkZ7KZz4OqEmVBVwV6RKb sFOfV5RTsuHWr/stA8fJrjIv9lGciXODXWNeW0FeaUqwb+nwywnUxnHcNpjcKFK1q6SC Qe9h8UnUvo13u0ajbUHGyoGsh6v9FK7g/O4xpKBK1GKn0MafG9wVHJ7aQ0dviVKRVKX3 h4m0bfz527jzmn2PPolGRghzTdnKUnAqSxzu7VdSKAdN/gjL2sH5nxz7W9/UYngQiHtg 4YXw== MIME-Version: 1.0 X-Received: by 10.43.128.66 with SMTP id hd2mr52244icc.89.1378319320602; Wed, 04 Sep 2013 11:28:40 -0700 (PDT) Received: by 10.50.30.9 with HTTP; Wed, 4 Sep 2013 11:28:40 -0700 (PDT) Date: Wed, 4 Sep 2013 20:28:40 +0200 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c311707ddedb04e592f9e2 Subject: realpath_cache_size description in php.ini From: bostjan@a2o.si (Bostjan Skufca) --001a11c311707ddedb04e592f9e2 Content-Type: text/plain; charset=ISO-8859-1 Hi all, there is no description to be found about what the value of realpath_cache_size actually is. Is it a) max number of files/dirs in the cache or b) overall cache size? I checked php.ini samples distributed with PHP 5.5.3, and documentation here: http://php.net/realpath-cache-size Can please someone here provide an answer? Documentation and php.ini update would be nice too :) b. --001a11c311707ddedb04e592f9e2--