Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26536 invoked from network); 22 Jun 2003 20:32:24 -0000 Received: from unknown (HELO vckyb4.nw.wakwak.com) (211.9.231.145) by pb1.pair.com with SMTP; 22 Jun 2003 20:32:24 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 754BF3FE34; Mon, 23 Jun 2003 05:32:23 +0900 (JST) Received: from at.wakwak.com (z70.219-121-65.ppp.wakwak.ne.jp [219.121.65.70]) by at.wakwak.com (8.12.9/8.12.9/2003-06-03) with SMTP id h5MKWMdO033172; Mon, 23 Jun 2003 05:32:23 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Mon, 23 Jun 2003 05:35:06 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Sterling Hughes Cc: internals@lists.php.net Message-ID: <20030623053506-b$mdd@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <1056304763.6262.5.camel@hasele> References: <1056304763.6262.5.camel@hasele> Subject: Re: [PHP-DEV] implicit_clone From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Sterling Hughes wrote: > I think we should remove this ini option in favor of a function that > does the same thing. This way implicit_clone() is not globally > settable, but is settable per script. Something in the way of a: > > pragma_set('implicit_clone', true); > > Which would turn on implicit_clone for the current script (current > portion of code.) > How about using "declare" statement? Moriyoshi