Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53330 invoked from network); 25 Nov 2012 14:45:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2012 14:45:41 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-ee0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:53171] helo=mail-ee0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/BA-11885-41F22B05 for ; Sun, 25 Nov 2012 09:45:40 -0500 Received: by mail-ee0-f42.google.com with SMTP id t10so6275859eei.29 for ; Sun, 25 Nov 2012 06:45:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=yxxf/IR2qbmUK3YShJQcjpDgSbxl10+Tm2gNF1YmA0I=; b=VNPisFNrFjLmqhwb8yiwVG7dTWEhbw0l3D18MLJ8LE7KbabuJbg2HxWcNTFKpxxHDv xb/p/Jesk4SwwVWDBw7qO6xARsr/JcCB1pX/WzVw/21MKoe14Sq9H76bSvUBnwlGwsGV VWyq7+NnR/ieqkDAOdqmRpYHSFlMyIRbdfGxoql+qxAGDQhpRBa8Y/nhHv1YcQz8YYdY hQKnSs60D+C8DtMxUGG2VRFsLadd5twCAJvL4VIATHb9IhQrg3u8Nt4s0CawIZDblB3B 1/isJ4d39KSpXblTJbQhhdxd/M0wclRTjTqLUIgzZ1v4IyqF2rcMEWGo4f877WDFYRFB WRTA== MIME-Version: 1.0 Received: by 10.14.2.196 with SMTP id 44mr6118041eef.25.1353854736864; Sun, 25 Nov 2012 06:45:36 -0800 (PST) Received: by 10.14.185.141 with HTTP; Sun, 25 Nov 2012 06:45:36 -0800 (PST) Date: Sun, 25 Nov 2012 15:45:36 +0100 Message-ID: To: PHP Development Cc: helly@php.net Content-Type: text/plain; charset=UTF-8 Subject: zend_ce_aggregate From: patrick.allaert@gmail.com (Patrick Allaert) Hi, What is the "zend_ce_aggregate" zend_class_entry? It looks like it has been introduced by helly in PHP 5.0 but the purpose is not clear to me. Maybe a WIP related to the object aggregation functions we had in PHP 4? Patrick