Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86461 invoked from network); 24 Mar 2008 22:59:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2008 22:59:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:32898] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/BD-20329-06238E74 for ; Mon, 24 Mar 2008 17:59:45 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id B2791C0FC6D; Mon, 24 Mar 2008 15:59:41 -0700 (MST) Received: from [129.93.148.130] (pcp077523pcs.unl.edu [129.93.148.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 34E31C0FC63; Mon, 24 Mar 2008 15:59:40 -0700 (MST) Message-ID: <47E8325C.5000901@chiaraquartet.net> Date: Mon, 24 Mar 2008 17:59:40 -0500 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Andi Gutmans CC: Dmitry Stogov , internals Mailing List , Stas Malyshev References: <47E2F8FA.20107@chiaraquartet.net> <47E37C42.10308@zend.com> <698DE66518E7CA45812BD18E807866CE0165A762@us-ex1.zend.net> In-Reply-To: <698DE66518E7CA45812BD18E807866CE0165A762@us-ex1.zend.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] REMINDER - stream wrappers in include_path From: greg@chiaraquartet.net (Greg Beaver) Andi Gutmans wrote: > Can we please use strlcpy() instead of strncpy()? This is a coding > standard we implemented years ago. obviously an easy change. FYI - this also needs to be fixed in fopen_with_path_rel in PHP_5_2, as I copied most of the code from that function. Greg