Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5796 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64663 invoked by uid 1010); 29 Nov 2003 04:59:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64625 invoked from network); 29 Nov 2003 04:59:07 -0000 Received: from unknown (HELO madfish.com) (216.240.32.47) by pb1.pair.com with SMTP; 29 Nov 2003 04:59:07 -0000 Received: from madfish.com (localhost [127.0.0.1]) by madfish.com (8.12.8p2/8.12.3) with ESMTP id hAT4qx6U025630 for ; Fri, 28 Nov 2003 20:52:59 -0800 (PST) (envelope-from tater@potatoe.com) Received: from localhost (tater@localhost) by madfish.com (8.12.9p2/8.12.3/Submit) with ESMTP id hAT4qxmj025627 for ; Fri, 28 Nov 2003 20:52:59 -0800 (PST) X-Authentication-Warning: madfish.com: tater owned process doing -bs Date: Fri, 28 Nov 2003 20:52:59 -0800 (PST) X-X-Sender: tater@madfish.com To: internals@lists.php.net Message-ID: <20031128201504.L24565@madfish.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: call_user_func and self/parent From: tater@potatoe.com (Brad Bulger) Was this change reverted? from Zend/ChangeLog: 2003-06-09 Stanislav Malyshev * zend_API.c zend_execute_API.c: Support 'self' and 'parent' in call_user_func() Using either 'self' or 'parent' now gives a warning, 'First argument is expected to be a valid callback'. This worked as of the second beta of PHP5, for example.