Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5777 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92302 invoked by uid 1010); 27 Nov 2003 15:42:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92278 invoked from network); 27 Nov 2003 15:42:37 -0000 Received: from unknown (HELO cicero1.cybercity.dk) (212.242.40.4) by pb1.pair.com with SMTP; 27 Nov 2003 15:42:37 -0000 Received: from uros.krug.dk (port118.ds1-rdo.adsl.cybercity.dk [212.242.124.121]) by cicero1.cybercity.dk (Postfix) with ESMTP id 424B77E264E; Thu, 27 Nov 2003 16:42:27 +0100 (CET) Received: by uros.krug.dk (Postfix, from userid 500) id 91047249517; Thu, 27 Nov 2003 16:41:42 +0100 (CET) Organization: Emini I/S To: Andi Gutmans Date: Thu, 27 Nov 2003 16:41:38 +0100 User-Agent: KMail/1.5.4 Cc: internals@lists.php.net References: <5.1.0.14.2.20031126172833.06829bb8@127.0.0.1> <200311271322.13105.edink@emini.dk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200311271641.38680.edink@emini.dk> Subject: Re: [PHP-DEV] Compatibility problems with PHP 5 From: edink@emini.dk (Edin Kadribasic) Andi, any chance of fixing this? I think there was a long thread on engine2 about this and there was an agreement that this should work as in php4. Edin On Thursday 27 November 2003 13:47, Derick Rethans wrote: > On Thu, 27 Nov 2003, Edin Kadribasic wrote: > > On Thursday 27 November 2003 11:47, Jan Schneider wrote: > > [snip] > > > > > behaviour/notification and not working on-the-fly-generation of > > > stdClass objects. It's not that much of a problem for us as we will > > > release new > > > > What exactly is the problem with stdClass? We have a lot of code overhere > > that rely on stdClass behaiving as it did in php4. > > By doing this: > > $tpl->foo = 'blaat'; > ?> > > in PHP 4 you would get a object of stdClass, in PHP 5 you get a warning. > > Derick