Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66887 invoked by uid 1010); 6 Jun 2005 16:42:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66872 invoked from network); 6 Jun 2005 16:42:26 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2005 16:42:26 -0000 X-Host-Fingerprint: 83.150.147.20 novell.stoldgods.nu Linux 2.5 (sometimes 2.4) (4) Received: from ([83.150.147.20:32797] helo=novell.stoldgods.nu) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id FD/BB-53949-2FC74A24 for ; Mon, 06 Jun 2005 12:42:26 -0400 Received: from localhost (localhost [127.0.0.1]) by novell.stoldgods.nu (Postfix) with ESMTP id 08C167A645; Mon, 6 Jun 2005 18:42:13 +0200 (CEST) Received: from novell.stoldgods.nu ([127.0.0.1]) by localhost (netsrv2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13973-11; Mon, 6 Jun 2005 18:42:12 +0200 (CEST) Received: from novell.stoldgods.nu (www.netiic.com [10.0.1.254]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by novell.stoldgods.nu (Postfix) with ESMTP id 37D1E79C5A; Mon, 6 Jun 2005 18:42:12 +0200 (CEST) To: internals@lists.php.net Date: Mon, 6 Jun 2005 18:41:49 +0200 User-Agent: KMail/1.8 Cc: Christian Schneider References: <5.1.0.14.2.20050603203711.028e9140@localhost> <200506051859.53976.magnus@php.net> <42A41103.8030805@cschneid.com> In-Reply-To: <42A41103.8030805@cschneid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200506061841.49865.magnus@php.net> Subject: Re: [PHP-DEV] PHP 5.1 From: magnus@php.net (Magnus =?iso-8859-1?q?M=E4=E4tt=E4?=) On Monday 06 June 2005 11.01, Christian Schneider wrote: > Magnus M=E4=E4tt=E4 wrote: > > And the much needed goto for the next one (5.2/5.5/6.0 or > > whatever it will be) ? > > Much needed? Matter of taste as lots of existing PHP code proves > :-) What happens if you goto into a loop? I'd rather avoid this > mess. Matter of taste, I'm not so sure about that. If you have a taste for=20 unmaintainable code to emulate goto, sure, goto isn't something you=20 want then. But I sure as hell don't want to maintain even my own=20 code. See me earlier reply to Stanislav, I just proved my point on IRC just=20 after sending the mail.. Missed a few recursive function calls and=20 several loops. And I didn't even try to understand all logic, just=20 get the relevant parts out of the code. Unmaintainable is the=20 keyword. Magnus M=E4=E4tt=E4 =2D-=20 Yeah, well that's why it's numbered 2.3.1... it's for those=20 of us who miss NT-like uptimes