Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79306 invoked by uid 1010); 29 Oct 2004 01:35:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76460 invoked from network); 29 Oct 2004 01:34:25 -0000 Received: from unknown (HELO cancan.ter.dk) (213.237.11.129) by pb1.pair.com with SMTP; 29 Oct 2004 01:34:25 -0000 Received: from workpenguin (workpenguin [192.168.1.32]) by cancan.ter.dk (Symaskine) with SMTP id 07E7A8A4123 for ; Fri, 29 Oct 2004 03:34:21 +0200 (CEST) To: internals@lists.php.net Date: Fri, 29 Oct 2004 03:34:12 +0200 Message-ID: References: <41811956.4050405@caedmon.net> In-Reply-To: <41811956.4050405@caedmon.net> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [Fwd: [PHP-NOTES] note 46955 added to function.curl-init] From: php@ter.dk (Peter Brodersen) On Thu, 28 Oct 2004 12:07:50 -0400, in php.internals sean@caedmon.net (Sean Coates) wrote: >Is this legitimate? >I took a (very) quick look at bugs, and didn't see it. It bypasses safe_mode as well (4.3.9) interface.c has the following note, though: /* the following options deal with files, therefor safe_mode & open_basedir checks * are required. */ .. but it only seems to regard storage of cookiefile and ssl-certificate. --=20 - Peter Brodersen