Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9272 invoked by uid 1010); 27 Nov 2003 11:33:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9237 invoked from network); 27 Nov 2003 11:33:03 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 27 Nov 2003 11:33:03 -0000 Received: from [10.1.1.128] (62-177-184-210.bbeyond.nl [62.177.184.210]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hARBX0jZ002544; Thu, 27 Nov 2003 12:33:01 +0100 Date: Thu, 27 Nov 2003 12:33:00 +0100 (CET) X-X-Sender: derick@localhost To: Christian Schneider cc: Marcus Boerger , Andi Gutmans , internals@lists.php.net In-Reply-To: <3FC5E06B.7020200@cschneid.com> Message-ID: 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Warning: helo-invalid Subject: Re: [PHP-DEV] Re: Compatibility problems with PHP 5 From: derick@php.net (Derick Rethans) On Thu, 27 Nov 2003, Christian Schneider wrote: > Marcus Boerger wrote: > > If i get you right you want to have __clone() for PHP4, too right? But > > that's already to late. > > That's what I was told when I was asking for ref on assignment for PHP4. > And now we have to go through this hassle for PHP5. I simply cannot > believe noone thought of this problem when it was still possible to add > it to PHP4 _and_ we stick to this just for the sake of a feature freeze. > The function is so trivial (and IMHO so important) that being strict > here seems plain wrong to me. After all it hinders migration to PHP5! Just use an auto_prepend which sets the implicit_clone option... no problems then anymore. Derick