Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87493 invoked by uid 1010); 22 Jun 2004 17:22:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87417 invoked from network); 22 Jun 2004 17:22:25 -0000 Received: from unknown (HELO amber.vis-av.com) (66.92.75.243) by pb1.pair.com with SMTP; 22 Jun 2004 17:22:25 -0000 Received: (qmail 22656 invoked from network); 22 Jun 2004 17:22:24 -0000 Received: from unknown (HELO random.internal) (192.168.1.9) by amber.internal with SMTP; 22 Jun 2004 17:22:24 -0000 Received: (nullmailer pid 7436 invoked by uid 0); Tue, 22 Jun 2004 17:22:15 -0000 To: Sara Golemon Cc: internals@lists.php.net References: <20040622164209.23239.qmail@pb1.pair.com> <5.1.0.14.2.20040622180046.02e53768@127.0.0.1> <20040622171622.64014.qmail@pb1.pair.com> Reply-To: Derrell.Lipman@UnwiredUniverse.com Date: Tue, 22 Jun 2004 13:22:15 -0400 In-Reply-To: <20040622171622.64014.qmail@pb1.pair.com> ("Sara Golemon"'s message of "Tue, 22 Jun 2004 10:15:34 -0700") Message-ID: Lines: 13 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PHP-DEV] Bug 28879: Populating arrays with resources and objects as offsets From: Derrell.Lipman@UnwiredUniverse.com "Sara Golemon" writes: > Here my reservation would be in throwing errors where there previously > wasn't one (this would apply to both Objects and Arrays as offsets). Prior to release of PHP5 is most certainly the right time to make this sort of change. There are already other PHP code changes required when porting to PHP5, so adding warnings/errors where they didn't exist previously, to indicate an undocumented "feature" that was (likely) being misused, is fine IMHO. Fixing that sort of thing will become part of the porting process to PHP5, and will possibly avert a hidden bug. Derrell