Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76635 invoked by uid 1010); 9 Jun 2006 14:52:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76620 invoked from network); 9 Jun 2006 14:52:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2006 14:52:38 -0000 X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:2640] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B9/17-30619-53B89844 for ; Fri, 09 Jun 2006 10:52:38 -0400 Received: (qmail 8172 invoked from network); 9 Jun 2006 14:45:24 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 9 Jun 2006 14:45:24 -0000 To: "Marcus Boerger" Cc: "Andi Gutmans" , Date: Fri, 9 Jun 2006 18:45:47 +0400 Message-ID: <000001c68bd3$667bfd80$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: PHP6 broken From: dmitry@zend.com ("Dmitry Stogov") Hi Marcus, Could you please fix PHP6 build. You broke it day or two ago :( After your modifications of ext/reflection PHP always emits error messages about method incompatibilities. I am not sure if static methods must be checked for compatibility (I mean ReflectionMethod::export()), but ReflectionMethod::invoke() is not static. Thanks. Dmitry.