Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4606 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91780 invoked by uid 1010); 29 Sep 2003 15:39:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91733 invoked by uid 1007); 29 Sep 2003 15:39:18 -0000 Message-ID: <20030929153918.91731.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Mon, 29 Sep 2003 11:39:07 -0400 References: <1064324106.4qf5jx9xw2yo@217.255.147.155> <20030923154431.28056.qmail@pb1.pair.com> <05a601c381f3$f36e8b50$0702a8c0@TITAN> <200309231345.58072.ilia@prohost.org> <1064349699.7zp9rs5gnic@localhost> <20030923210103.70589.qmail@pb1.pair.com> <1064351733.2gqn7u1ekkqo@localhost> <1064651872.3jjapw2b75vk@localhost> Lines: 26 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.234 Subject: Re: [PHP-DEV] Re: Fwd: Re: #25494 [Com]: array_merge allowing "false" as argument (silent when non-array is passed) From: jay@php.net (Jay Smith) Jan Schneider wrote: > I *love* it when threads silently die. ;-) > > Will this problem actually adressed by anyone or will we again have to > release new versions of our software just because a minor PHP came out or > deal with a huge amount of user complaints? > Yeah, it kind of just trailed off at then end there, didn't it... As near as I can tell, leaving it in seems to be the way to go at the moment. Being as they're E_NOTICEs and not full-on E_WARNINGs and the fact that the actual behaviour of the function hasn't changed (except, of course, the E_NOTICEs), it seems to be a good reminder that the undocumented behaviour being relied upon is subject to change. (And will change in 5, for that matter.) I'd imagine that most setups ignore E_NOTICEs, so most people won't even notice. (No pun intended, of course.) If there's anybody else who wants to take up the issue they're more than welcome to. I prefer leaving it in, but maybe that's just me. (Well, it's not just me, actually, but you know what I mean.) J