Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36644 invoked by uid 1010); 27 Nov 2003 11:47:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36557 invoked from network); 27 Nov 2003 11:47:28 -0000 Received: from unknown (HELO matrix.gna.ch) (195.226.6.8) by pb1.pair.com with SMTP; 27 Nov 2003 11:47:28 -0000 Received: from localhost (localhost [127.0.0.1]) by matrix.gna.ch (Postfix) with ESMTP id 1264C15F; Thu, 27 Nov 2003 12:47:28 +0100 (CET) Received: by matrix.gna.ch (Postfix, from userid 65534) id BDA3D164; Thu, 27 Nov 2003 12:47:26 +0100 (CET) Received: from cschneid.com (unknown [195.226.4.61]) by matrix.gna.ch (Postfix) with ESMTP id C6B1C15F; Thu, 27 Nov 2003 12:47:24 +0100 (CET) Message-ID: <3FC5E44C.4050502@cschneid.com> Date: Thu, 27 Nov 2003 12:47:24 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, de, en-us, en MIME-Version: 1.0 To: Derick Rethans Cc: Marcus Boerger , Andi Gutmans , internals@lists.php.net References: <5.1.0.14.2.20031126172833.06829bb8@127.0.0.1> <5.1.0.14.2.20031126172833.06829bb8@127.0.0.1> <5.1.0.14.2.20031127123209.02a61918@127.0.0.1> <3FC5D71A.3010404@cschneid.com> <33409013843.20031127121202@marcus-boerger.de> <3FC5E06B.7020200@cschneid.com> In-Reply-To: X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on matrix.gna.ch X-Spam-Level: X-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Virus-Scanned: by AMaViS Ultramail snapshot-20020531 Subject: Re: [PHP-DEV] Re: Compatibility problems with PHP 5 From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > Just use an auto_prepend which sets the implicit_clone option... no > problems then anymore. *Sigh* Looks like you're not reading my postings really. This means your migration path to ref on assignement semantics is: 1) current code, copy (PHP4) 2) wait months for PHP5 to be ready for production, twidddling thumbs 3) current code, copy (Switch to PHP5 with implicit clone) 4) atomic rewrite, ref (PHP5, incompatible with PHP4) So I can't start to migrate my code to PHP5 yet *or* I have to branch my code at 2) just for this which I won't do as it could be a couple of months until we decide it is ready for production machines. And I can't switch back to PHP4 if I run into other problems. But ok, seems like I'm the only one bothered by this. - Chris