Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89640 invoked by uid 1010); 27 Nov 2003 12:59:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89615 invoked from network); 27 Nov 2003 12:59:52 -0000 Received: from unknown (HELO ammma.de) (213.83.39.131) by pb1.pair.com with SMTP; 27 Nov 2003 12:59:52 -0000 Received: from ammma.net (ammma.net [62.225.101.66]) by ammma.de (8.11.6/8.11.6/AMMMa AG) with ESMTP id hARCx0Z23378 for ; Thu, 27 Nov 2003 13:59:00 +0100 Received: from neo.wg.de (jan.ammma.mil [192.168.100.11]) by ammma.net (8.9.3p2/8.9.3/AMMMa AG) with ESMTP id NAA19087 for ; Thu, 27 Nov 2003 13:59:48 +0100 Received: from localhost (localhost [127.0.0.1]) by neo.wg.de (Postfix) with ESMTP id 43AE930EF6 for ; Thu, 27 Nov 2003 13:59:59 +0100 (CET) Received: from by localhost (amavisd-new, port ) id XXah5JBj for ; Thu, 27 Nov 2003 13:59:58 +0100 (CET) Received: by neo.wg.de (Postfix, from userid 30) id D7B2330F1A; Thu, 27 Nov 2003 13:59:58 +0100 (CET) Received: from ammma.net (ammma.net [62.225.101.66]) by jan.dip.ammma.net (Horde) with HTTP for ; Thu, 27 Nov 2003 13:59:58 +0100 Message-ID: <20031127135958.kcgcogcgg8kgowo8@jan.dip.ammma.net> X-Priority: 3 (Normal) Date: Thu, 27 Nov 2003 13:59:58 +0100 To: internals@lists.php.net References: <5.1.0.14.2.20031126172833.06829bb8@127.0.0.1> <20031127114737.9zqcgwgg0ksooc0c@jan.dip.ammma.net> <200311271322.13105.edink@emini.dk> In-Reply-To: <200311271322.13105.edink@emini.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) X-Virus-Scanned: by amavisd-new at wg.de Subject: Re: [PHP-DEV] Compatibility problems with PHP 5 From: jan@horde.org (Jan Schneider) Zitat von Edin Kadribasic : > 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. Actually I'm not sure if this problem still exists, but I found that checking our commits related to ZE2 fixes. Creating objects on the fly didn't work or at least raised a warning/error. I changed code like: $not_existing_object->foo = "bar"; to: $not_existing_object = new stdClass(); $not_existing_object->foo = "bar"; Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft